Compiles.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user