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

Edit StreamCompress method signature.

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