Merge pull request #920 from count0/master

Make the GML exporter's Creator tag syntax conformant
Esse commit está contido em:
Eduardo Ramos
2014-08-03 00:53:44 +02:00
@@ -167,7 +167,7 @@ public class ExporterGML implements GraphExporter, CharacterExporter, LongTask {
private void exportData(Graph graph) throws IOException {
printOpen("graph");
printTag("Creator Gephi");
printTag("Creator \"Gephi\"");
if (graph.isDirected() || graph.isMixed()) {
printTag("directed 1");
} else if (graph.isUndirected()) {