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

Fix edge type partition support

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