Merge "Issue #2170: Fix DataUriRouter Java 1.6 compliance" into development
Former-commit-id:d593a3248c
[formerlyca02d9c7e0
] [formerlyd593a3248c
[formerlyca02d9c7e0
] [formerly6f5ce44016
[formerly c269247a19c35b4e7f641d30ceb601f07cd9eb65]]] Former-commit-id:6f5ce44016
Former-commit-id:2005435560
[formerly30fcbc323a
] Former-commit-id:de177fb0cb
This commit is contained in:
commit
8fc153836a
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