8214744: Unnecessary <p> tags in java.util.zip.Deflater
Reviewed-by: mchung, lancea
--- 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.
- * <p>
* @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.
- * <p>
* @param input the input data bytes
* @see Deflater#needsInput
*/