Fix a Javadoc error

This commit is contained in:
Trustin Lee 2012-06-01 23:18:46 -07:00
parent 14cf227c46
commit 14e68aca57

View File

@ -17,6 +17,8 @@ package io.netty.handler.ssl;
import java.nio.ByteBuffer;
import javax.net.ssl.SSLEngine;
/**
* A {@link ByteBuffer} pool dedicated for {@link SslHandler} performance
* improvement.