A DESCRIPTION OF THE PROBLEM :
The documentation for `java.util.zip.Inflater` says:
> The output byte sequence is written to the output byte array or byte buffer passed to the deflate() methods.
This is probably a copy & paste error and should instead say "inflate() methods".
The documentation for `java.util.zip.Inflater` says:
> The output byte sequence is written to the output byte array or byte buffer passed to the deflate() methods.
This is probably a copy & paste error and should instead say "inflate() methods".
- links to
-
Commit openjdk/jdk/2f2d4046
-
Review(master) openjdk/jdk/11232