This commit is contained in:
Trustin Lee 2008-08-27 12:22:06 +00:00
parent 4144017b75
commit c7a2e05ef2

View File

@ -30,5 +30,5 @@ package org.jboss.netty.channel;
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
public interface ChannelHandler { public interface ChannelHandler {
// Thsi is a tag interface. // This is a tag interface.
} }