Skip to content
Snippets Groups Projects
Commit 9012d801 authored by Vojtech Moravec's avatar Vojtech Moravec
Browse files

Added not implemeted assert.

parent 0a44e66f
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,8 @@ public class ImageCompressor extends CompressorDecompressorBase {
}
public int streamCompress(OutputStream outputStream) {
assert (false) : "Not implemented!";
return -1;
}
public boolean compress() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment