8214744: Unnecessary <p> tags in java.util.zip.Deflater

Reviewed-by: mchung, lancea
This commit is contained in:
Jonathan Gibbons 2018-12-03 16:14:15 -08:00
parent fe1b0be809
commit 99f78427f2

View file

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