This commit is contained in:
Trustin Lee 2009-04-12 07:21:14 +00:00
parent 48e258c810
commit 3065a00d81

View File

@ -45,7 +45,7 @@ import org.jboss.netty.logging.InternalLoggerFactory;
*
*/
public class TrafficCounter {
// XXX: Should the constructor package private?
// XXX: Should the constructor be package private?
// We already have TrafficCounterFactory.newChannelTrafficCounter.
// XXX: Should TrafficCounter be able to be instantiated without TrafficCounterFactory?
// TODO: Implement ExternalResourceReleasable