Fixed Javadoc error

This commit is contained in:
Trustin Lee 2011-02-01 12:28:40 +09:00
parent 5276a92e71
commit a8f3353d7c

View File

@ -105,7 +105,7 @@ import org.jboss.netty.util.TimerTask;
* ... * ...
* </pre> * </pre>
* *
* The {@link Timer} which was specified when the {@link ReadTimeoutHandler} is * The {@link Timer} which was specified when the {@link IdleStateHandler} is
* created should be stopped manually by calling {@link #releaseExternalResources()} * created should be stopped manually by calling {@link #releaseExternalResources()}
* or {@link Timer#stop()} when your application shuts down. * or {@link Timer#stop()} when your application shuts down.
* *