Skip to content

Commit f5a53a5

Browse files
committed
fix tinkerpop ci
1 parent b9e4fc2 commit f5a53a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public class HugeGraphSONModule extends TinkerPopJacksonModule {
8787

8888
private static final String TYPE_NAMESPACE = "hugegraph";
8989

90-
private static final boolean OPTIMIZE_SERIALIZE = true;
90+
private static boolean OPTIMIZE_SERIALIZE = true;
9191

9292
@SuppressWarnings("rawtypes")
9393
private static final Map<Class, String> TYPE_DEFINITIONS;

0 commit comments

Comments
 (0)