diff --git a/proxy/src/main/java/net/md_5/bungee/netty/CipherCodec.java b/proxy/src/main/java/net/md_5/bungee/netty/CipherCodec.java index 565ee157..a67ab0da 100644 --- a/proxy/src/main/java/net/md_5/bungee/netty/CipherCodec.java +++ b/proxy/src/main/java/net/md_5/bungee/netty/CipherCodec.java @@ -9,9 +9,7 @@ import javax.crypto.ShortBufferException; /** * This class is a complete solution for encrypting and decoding bytes in a * Netty stream. It takes two {@link Cipher} instances, used for encryption and - * decryption respectively. As newer Netty versions never use a heap - * {@link ByteBuf} for writing to the channel, this class will always create one - * for temporary usage. + * decryption respectively. */ public class CipherCodec extends ByteToByteCodec {