diff -r 5ddfc90ab97d -r bbf85239e37c src/java.base/share/classes/java/util/zip/Deflater.java --- a/src/java.base/share/classes/java/util/zip/Deflater.java Mon Dec 03 15:53:01 2018 -0800 +++ b/src/java.base/share/classes/java/util/zip/Deflater.java Mon Dec 03 16:14:15 2018 -0800 @@ -224,7 +224,6 @@ * One of the {@code setInput()} methods should be called whenever * {@code needsInput()} returns true indicating that more input data * is required. - *

* @param input the input data bytes * @param off the start offset of the data * @param len the length of the data @@ -248,7 +247,6 @@ * One of the {@code setInput()} methods should be called whenever * {@code needsInput()} returns true indicating that more input data * is required. - *

* @param input the input data bytes * @see Deflater#needsInput */