提交 6ff87eb4 编写于 作者: M Mathieu Bastian

Fix compile issue with QuadTree

上级 f78ad304
......@@ -46,6 +46,7 @@ import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import org.gephi.graph.api.Column;
import org.gephi.graph.api.ColumnIterable;
import org.gephi.graph.api.Graph;
import org.gephi.graph.api.GraphView;
import org.gephi.graph.api.Node;
......@@ -321,6 +322,11 @@ public class QuadTree implements Node {
throw new UnsupportedOperationException("Not supported.");
}
@Override
public ColumnIterable getAttributeColumns() {
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public Object removeAttribute(String key) {
throw new UnsupportedOperationException("Not supported.");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册