mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8214744: Unnecessary <p> tags in java.util.zip.Deflater
Reviewed-by: mchung, lancea
This commit is contained in:
parent
fe1b0be809
commit
99f78427f2
1 changed files with 0 additions and 2 deletions
|
@ -224,7 +224,6 @@ public class Deflater {
|
|||
* 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 @@ public class Deflater {
|
|||
* 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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue