We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a2247 commit acf517aCopy full SHA for acf517a
1 file changed
msgpack-core/src/main/java/org/msgpack/value/ValueType.java
@@ -28,7 +28,7 @@ public enum ValueType
28
BINARY(false, true),
29
ARRAY(false, false),
30
MAP(false, false),
31
- EXTENSION(false, true);
+ EXTENSION(false, false);
32
33
private final boolean numberType;
34
private final boolean rawType;
0 commit comments