mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
Compiles.
This commit is contained in:
parent
deca7e51b2
commit
fc22dd32a2
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user