mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 22:27:55 +01:00
Compiles.
This commit is contained in:
parent
deca7e51b2
commit
fc22dd32a2
@ -73,6 +73,10 @@ public class MindMapHistory {
|
|||||||
return xml;
|
return xml;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void setXml(byte[] value) {
|
||||||
|
xml = value;
|
||||||
|
}
|
||||||
|
|
||||||
public byte[] getUnzipXml() throws IOException {
|
public byte[] getUnzipXml() throws IOException {
|
||||||
return ZipUtils.zipToBytes(xml);
|
return ZipUtils.zipToBytes(xml);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user