Merge "Issue #2170: Fix DataUriRouter Java 1.6 compliance" into development
Former-commit-id: c269247a19c35b4e7f641d30ceb601f07cd9eb65
This commit is contained in:
commit
ca02d9c7e0
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ public class DataUriRouter implements INotificationRouter {
|
|||
GZIPOutputStream gzippedURIs = null;
|
||||
|
||||
try {
|
||||
gzippedURIs = new GZIPOutputStream(baos, GZIP_BUFFER_SIZE, true);
|
||||
gzippedURIs = new GZIPOutputStream(baos, GZIP_BUFFER_SIZE);
|
||||
} catch (IOException e) {
|
||||
throw new EdexException(
|
||||
"Failed to prepare the gzipped data stream", e);
|
||||
|
|
Loading…
Add table
Reference in a new issue