Skip to content

Commit 27be4d9

Browse files
committed
removed unused ValueType.toTypeName()
1 parent b7787d4 commit 27be4d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

msgpack-core/src/main/java/org/msgpack/value/ValueType.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,4 @@ public boolean isMapType() {
8383
public boolean isExtensionType() {
8484
return this == EXTENSION;
8585
}
86-
87-
public String toTypeName() {
88-
return this.name().substring(0, 1) + this.name().substring(1).toLowerCase();
89-
}
9086
}

0 commit comments

Comments
 (0)