Keep working on mindmanager support.

This commit is contained in:
Paulo Gustavo Veiga
2013-03-29 14:29:58 -03:00
parent 2a2dc7c57f
commit 81d3d591fa
20 changed files with 1 additions and 20 deletions

View File

@@ -78,6 +78,6 @@ public class MindMapHistory {
}
public byte[] getUnzipXml() throws IOException {
return ZipUtils.zipToBytes(xml);
return ZipUtils.zipToBytes(getXml());
}
}