Fixed bad tags

This commit is contained in:
Trustin Lee 2009-06-18 09:40:50 +00:00
parent a56d3306c1
commit ff5ebb0a15
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ package org.jboss.netty.channel.xnio;
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.
*
* @author The Netty Project (netty-dev@lists.jboss.org)

View File

@ -26,7 +26,7 @@ import org.jboss.netty.channel.ServerChannel;
/**
* 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 Trustin Lee (tlee@redhat.com)

View File

@ -28,7 +28,7 @@ import org.jboss.xnio.channels.BoundServer;
/**
* 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>
* Please note that you must specify an {@link XnioAcceptedChannelHandlerFactory}
* when you create a {@link BoundServer} to integrate XNIO into Netty.