mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-10 04:25:35 +00:00
replace unset with "not set"
This commit is contained in:
parent
380abbf5e5
commit
92bbd1d820
@ -65,7 +65,7 @@ import java.util.Objects;
|
||||
* {@systemProperty jdk.util.gzip.tryReadAheadAfterTrailer} system property is set
|
||||
* to {@code true}, then the call to {@code InputStream.available()} is skipped and a read
|
||||
* is performed on the underlying stream for a subsequent member. By default,
|
||||
* the {@code jdk.util.gzip.tryReadAheadAfterTrailer} system property is unset, and
|
||||
* the {@code jdk.util.gzip.tryReadAheadAfterTrailer} system property is not set, and
|
||||
* {@code InputStream.available()} gets called.
|
||||
*
|
||||
* @spec https://www.rfc-editor.org/info/rfc1952
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user