Skip to content

Commit acf517a

Browse files
committed
Extension type is not a raw type
1 parent d2a2247 commit acf517a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public enum ValueType
2828
BINARY(false, true),
2929
ARRAY(false, false),
3030
MAP(false, false),
31-
EXTENSION(false, true);
31+
EXTENSION(false, false);
3232

3333
private final boolean numberType;
3434
private final boolean rawType;

0 commit comments

Comments
 (0)