Skip to content

Commit

Permalink
change Cypher type code
Browse files Browse the repository at this point in the history
  • Loading branch information
jadepeng committed May 16, 2022
1 parent 168b543 commit e5c282a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ public enum HugeType {
// Gremlin
GREMLIN(201, "gremlin"),

// Cypher
CYPHER(202, "cypher"),

GRAPHS(220, "graphs"),

// Version
VERSION(230, "versions"),

// Metrics
METRICS(240, "metrics"),

// Cypher
CYPHER(250, "cypher");
METRICS(240, "metrics");

private int code;
private String name = null;
Expand Down

0 comments on commit e5c282a

Please sign in to comment.