# HG changeset patch # User jjg # Date 1543882455 28800 # Node ID bbf85239e37ced09d47b948da4a11e40a8c1feff # Parent 5ddfc90ab97d13961bdb283081f6173ba892fe40 8214744: Unnecessary

tags in java.util.zip.Deflater Reviewed-by: mchung, lancea 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 */