Fix documentation errors
This commit is contained in:
parent
f60a6e861c
commit
4c072694be
@ -22,7 +22,6 @@ import io.netty.handler.codec.ByteToByteDecoder;
|
|||||||
* Decompresses a {@link ByteBuf} using the deflate algorithm.
|
* Decompresses a {@link ByteBuf} using the deflate algorithm.
|
||||||
*
|
*
|
||||||
* @apiviz.landmark
|
* @apiviz.landmark
|
||||||
* @apiviz.has io.netty.handler.codec.compression.ZlibWrapper
|
|
||||||
*/
|
*/
|
||||||
public abstract class ZlibDecoder extends ByteToByteDecoder {
|
public abstract class ZlibDecoder extends ByteToByteDecoder {
|
||||||
|
|
||||||
|
@ -20,10 +20,9 @@ import io.netty.channel.ChannelFuture;
|
|||||||
import io.netty.handler.codec.ByteToByteEncoder;
|
import io.netty.handler.codec.ByteToByteEncoder;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Decompresses a {@link ByteBuf} using the deflate algorithm.
|
* Compresses a {@link ByteBuf} using the deflate algorithm.
|
||||||
*
|
*
|
||||||
* @apiviz.landmark
|
* @apiviz.landmark
|
||||||
* @apiviz.has io.netty.handler.codec.compression.ZlibWrapper
|
|
||||||
*/
|
*/
|
||||||
public abstract class ZlibEncoder extends ByteToByteEncoder {
|
public abstract class ZlibEncoder extends ByteToByteEncoder {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user