src/java.base/share/classes/java/util/zip/Deflater.java
changeset 52807 bbf85239e37c
parent 52305 52a97e06a5e3
child 58242 94bb65cb37d3
--- 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
      */