mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-1107 clarified graph csv exporter names
This commit is contained in:
parent
3177b6a88e
commit
f71158610e
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ public class CsvAdjacencyListGraphExporter extends AbstractAttributedGraphExport
|
|||
|
||||
@Override
|
||||
public String getName() {
|
||||
return "CSV";
|
||||
return "CSV:Adjacency List";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -47,7 +47,7 @@ public class CsvEdgeListGraphExporter extends AbstractAttributedGraphExporter {
|
|||
|
||||
@Override
|
||||
public String getName() {
|
||||
return "CSV";
|
||||
return "CSV:Edge List";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue