提交 c9e397ba 编写于 作者: M Mathieu Bastian

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

......@@ -173,6 +173,9 @@ public class ImporterDOT implements FileImporter, LongTask {
} else if (streamTokenizer.ttype == '[') {
NodeDraft nodeDraft = getOrCreateNode(nodeId);
nodeAttributes(streamTokenizer, nodeDraft);
} else {
getOrCreateNode(nodeId);
streamTokenizer.pushBack();
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册