mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8203328: Rename EFS in java.util.zip internals to something meaningful
Reviewed-by: sherman
This commit is contained in:
parent
e1bffce5a3
commit
42f7e3f69e
13 changed files with 41 additions and 41 deletions
|
@ -54,7 +54,6 @@ class DeflaterOutputStream extends FilterOutputStream {
|
|||
/**
|
||||
* Indicates that the stream has been closed.
|
||||
*/
|
||||
|
||||
private boolean closed = false;
|
||||
|
||||
private final boolean syncFlush;
|
||||
|
@ -62,7 +61,7 @@ class DeflaterOutputStream extends FilterOutputStream {
|
|||
/**
|
||||
* Creates a new output stream with the specified compressor,
|
||||
* buffer size and flush mode.
|
||||
|
||||
*
|
||||
* @param out the output stream
|
||||
* @param def the compressor ("deflater")
|
||||
* @param size the output buffer size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue