1. Made wording changes & also extension of graphml file to .xml

This commit is contained in:
cdtank 2010-07-19 19:35:17 +00:00
parent 382fd6ae80
commit 74edbcd45c
2 changed files with 2 additions and 2 deletions

View file

@ -260,7 +260,7 @@ public class VisualizationRequestHandler {
} else {
outputFileName = UtilityFunctions.slugify(coAuthorsipVO.getEgoNode().getNodeName())
+ "-coauthor-net" + ".graphml";
+ "-coauthor-net" + ".xml";
}