Fixed bad tags
This commit is contained in:
parent
a56d3306c1
commit
ff5ebb0a15
@ -25,7 +25,7 @@ package org.jboss.netty.channel.xnio;
|
|||||||
import org.jboss.netty.channel.Channel;
|
import org.jboss.netty.channel.Channel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A {@link Channel} which uses <a href="http://www.jboss.org/xnio/>JBoss XNIO</a>
|
* A {@link Channel} which uses <a href="http://www.jboss.org/xnio/">JBoss XNIO</a>
|
||||||
* as its I/O provider.
|
* as its I/O provider.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author The Netty Project (netty-dev@lists.jboss.org)
|
||||||
|
@ -26,7 +26,7 @@ import org.jboss.netty.channel.ServerChannel;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* A {@link ServerChannel} which uses
|
* A {@link ServerChannel} which uses
|
||||||
* <a href="http://www.jboss.org/xnio/>JBoss XNIO</a> as its I/O provider.
|
* <a href="http://www.jboss.org/xnio/">JBoss XNIO</a> as its I/O provider.
|
||||||
*
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author The Netty Project (netty-dev@lists.jboss.org)
|
||||||
* @author Trustin Lee (tlee@redhat.com)
|
* @author Trustin Lee (tlee@redhat.com)
|
||||||
|
@ -28,7 +28,7 @@ import org.jboss.xnio.channels.BoundServer;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* A {@link ServerChannelFactory} which uses
|
* A {@link ServerChannelFactory} which uses
|
||||||
* <a href="http://www.jboss.org/xnio/>JBoss XNIO</a> as its I/O provider.
|
* <a href="http://www.jboss.org/xnio/">JBoss XNIO</a> as its I/O provider.
|
||||||
* <p>
|
* <p>
|
||||||
* Please note that you must specify an {@link XnioAcceptedChannelHandlerFactory}
|
* Please note that you must specify an {@link XnioAcceptedChannelHandlerFactory}
|
||||||
* when you create a {@link BoundServer} to integrate XNIO into Netty.
|
* when you create a {@link BoundServer} to integrate XNIO into Netty.
|
||||||
|
Loading…
Reference in New Issue
Block a user