From 2e33ab1460d4c807e2611f72f756b2ac2f8e4ee7 Mon Sep 17 00:00:00 2001 From: md_5 Date: Mon, 11 Mar 2013 09:52:53 +1100 Subject: [PATCH] Remove outdated javadoc --- proxy/src/main/java/net/md_5/bungee/netty/CipherCodec.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 {