提交 f03d7a34 编写于 作者: E Eduardo Ramos

Merge branch '0.9.2' of github.com:gephi/gephi

......@@ -280,7 +280,9 @@ public class FilterModelPersistenceProvider implements WorkspaceXMLPersistencePr
query = new FilterQueryImpl(builder, filter);
}
query.setName(queryName);
if(queryName != null) {
query.setName(queryName);
}
FilterProperty property = null;
boolean end = false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册