Skip to content

Commit 9968e46

Browse files
committed
lib/graphic/Graphic: use inspectLabel in dump
For consistency with the Gui version
1 parent b3c9bb6 commit 9968e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/main/java/jtamaro/graphic/Graphic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public final String dump() {
231231
*/
232232
protected final void dump(StringBuilder sb, String indent) {
233233
sb.append("\033[1m")
234-
.append(getClass().getSimpleName())
234+
.append(getInspectLabel())
235235
.append("\033[0m")
236236
.append("\n");
237237
getProps(PropStyle.ANSI_ESCAPE_CODES).forEach((k, v) -> dumpField(sb, indent, k, v));

0 commit comments

Comments
 (0)