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