Downgrading javadoc reference to class not visible from jetty-io, it causes javadoc errors/failures

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2838 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Joakim Erdfelt 2011-03-01 17:03:24 +00:00
parent c658040eca
commit 0756914b2f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import java.net.Socket;
/**
* <p>A listener for raw network traffic within Jetty.</p>
* <p>{@link NetworkTrafficListener}s can be installed in a
* {@link org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector},
* <code>org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector</code>,
* and are notified of the following network traffic events:</p>
* <ul>
* <li>Connection opened, when the server has accepted the connection from a remote client</li>