We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e4fc2 commit f5a53a5Copy full SHA for f5a53a5
hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java
@@ -87,7 +87,7 @@ public class HugeGraphSONModule extends TinkerPopJacksonModule {
87
88
private static final String TYPE_NAMESPACE = "hugegraph";
89
90
- private static final boolean OPTIMIZE_SERIALIZE = true;
+ private static boolean OPTIMIZE_SERIALIZE = true;
91
92
@SuppressWarnings("rawtypes")
93
private static final Map<Class, String> TYPE_DEFINITIONS;
0 commit comments