Compiles.

This commit is contained in:
Paulo Gustavo Veiga 2013-02-13 23:08:55 -03:00
parent deca7e51b2
commit fc22dd32a2

View File

@ -73,6 +73,10 @@ public class MindMapHistory {
return xml;
}
public void setXml(byte[] value) {
xml = value;
}
public byte[] getUnzipXml() throws IOException {
return ZipUtils.zipToBytes(xml);
}