提交 3f79d1d2 编写于 作者: M Mathieu Bastian

Fix edge type partition support

上级 6eaf9e46
...@@ -66,8 +66,7 @@ public class EdgeTypePartitionImpl extends PartitionImpl { ...@@ -66,8 +66,7 @@ public class EdgeTypePartitionImpl extends PartitionImpl {
@Override @Override
public Collection getValues() { public Collection getValues() {
// return Arrays.asList(model.getEdgeTypeLabels()); return Arrays.asList(model.getEdgeTypeLabels());
return null;
} }
@Override @Override
...@@ -93,8 +92,7 @@ public class EdgeTypePartitionImpl extends PartitionImpl { ...@@ -93,8 +92,7 @@ public class EdgeTypePartitionImpl extends PartitionImpl {
@Override @Override
public int size() { public int size() {
// return model.getEdgeTypeCount(); return model.getEdgeTypeCount();
return 0;
} }
@Override @Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册