1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-09 01:01:06 -09:00

Merge pull request from hotcyv/Fixed-ClientCallback-compress

Fixed compression on callback ()
This commit is contained in:
Oleg Agafonov 2020-11-01 10:17:26 +01:00 committed by GitHub
commit a513acf5a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,8 +56,6 @@ public class ClientCallback implements Serializable {
} else {
this.data = CompressUtil.compress(data);
}
this.data = data;
}
public void decompressData() {