This commit is contained in:
Trustin Lee 2009-06-18 08:41:06 +00:00
parent fae9900211
commit a0adcf8dc8

View File

@ -24,6 +24,6 @@
/**
* An HTTP-based client-side {@link org.jboss.netty.channel.socket.SocketChannel}
* and its corresponding server-side Servlet implementation that make your
* existing Netty application work in a firewalled network.
* existing server application work in a firewalled network.
*/
package org.jboss.netty.channel.socket.http;