Remove outdated javadoc

This commit is contained in:
md_5 2013-03-11 09:52:53 +11:00
parent cfd10f5714
commit 2e33ab1460

View File

@ -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
{