better explanation of what uptime example does

This commit is contained in:
Trustin Lee 2009-09-10 05:43:14 +00:00
parent 1b5a02a949
commit 794f805a30

View File

@ -26,7 +26,9 @@ import org.jboss.netty.util.Timer;
/**
* Connects to a server periodically to measure the uptime of the server.
* Connects to a server periodically to measure and print the uptime of the
* server. This example demonstrates how to implement reliable reconnection
* mechanism in Netty.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)