Skip to content
Snippets Groups Projects
Commit 7e02dc9f authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

refactoried pathvisio module to use the new Converter class methods

parent 03a76a32
No related branches found
No related tags found
1 merge request!644Refactored IConverter and XmlParser across project
......@@ -185,7 +185,7 @@ public class ImportExport implements Plugin {
warnings = createWarnings(appender);
CellDesignerXmlParser parser = new CellDesignerXmlParser();
String xml = parser.toXml(model);
String xml = parser.model2Xml(model);
PrintWriter writer = new PrintWriter(file.getPath(), "UTF-8");
writer.println(xml);
writer.close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment