8214744: Unnecessary <p> tags in java.util.zip.Deflater
authorjjg
Mon, 03 Dec 2018 16:14:15 -0800
changeset 52807 bbf85239e37c
parent 52806 5ddfc90ab97d
child 52808 064e5795fa59
8214744: Unnecessary <p> tags in java.util.zip.Deflater Reviewed-by: mchung, lancea
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.
-     * <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
      */