GP-1107 clarified graph csv exporter names

This commit is contained in:
James 2021-07-09 14:46:25 +00:00
parent 3177b6a88e
commit f71158610e
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ public class CsvAdjacencyListGraphExporter extends AbstractAttributedGraphExport
@Override
public String getName() {
return "CSV";
return "CSV:Adjacency List";
}
@Override

View file

@ -47,7 +47,7 @@ public class CsvEdgeListGraphExporter extends AbstractAttributedGraphExporter {
@Override
public String getName() {
return "CSV";
return "CSV:Edge List";
}
@Override