Fixed APIviz errors

This commit is contained in:
Trustin Lee 2009-02-26 11:02:43 +00:00
parent 2321499c8c
commit 86bc09159d
2 changed files with 0 additions and 4 deletions

View File

@ -56,8 +56,6 @@ import org.jboss.netty.channel.socket.SocketChannelConfig;
* @author Trustin Lee (tlee@redhat.com)
*
* @version $Rev$, $Date$
*
* @apiviz.has org.jboss.netty.channel.socket.nio.ReceiveBufferSizePredictor
*/
public interface NioSocketChannelConfig extends SocketChannelConfig {

View File

@ -53,8 +53,6 @@ import org.jboss.netty.channel.socket.SocketChannelConfig;
* @author Trustin Lee (tlee@redhat.com)
*
* @version $Rev$, $Date$
*
* @apiviz.has org.jboss.netty.channel.socket.nio.ReceiveBufferSizePredictor
*/
public interface XnioChannelConfig extends ChannelConfig {