Set svn properties
This commit is contained in:
parent
a6184725ba
commit
885ef30dfc
@ -32,7 +32,7 @@ import org.jboss.netty.channel.SimpleChannelUpstreamHandler;
|
||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
||||
* @author Trustin Lee (trustin@gmail.com)
|
||||
*
|
||||
* @version $Rev: 1685 $, $Date: 2009-08-28 16:15:49 +0900 (Fri, 28 Aug 2009) $
|
||||
* @version $Rev$, $Date$
|
||||
*/
|
||||
@ChannelPipelineCoverage("all")
|
||||
public class EchoServerHandler extends SimpleChannelUpstreamHandler {
|
||||
|
@ -33,7 +33,7 @@ import org.jboss.netty.util.Timer;
|
||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
||||
* @author Trustin Lee (trustin@gmail.com)
|
||||
*
|
||||
* @version $Rev: 1685 $, $Date: 2009-08-28 16:15:49 +0900 (Fri, 28 Aug 2009) $
|
||||
* @version $Rev$, $Date$
|
||||
*/
|
||||
public class UptimeClient {
|
||||
|
||||
|
@ -36,7 +36,7 @@ import org.jboss.netty.util.TimerTask;
|
||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
||||
* @author Trustin Lee (trustin@gmail.com)
|
||||
*
|
||||
* @version $Rev: 1685 $, $Date: 2009-08-28 16:15:49 +0900 (Fri, 28 Aug 2009) $
|
||||
* @version $Rev$, $Date$
|
||||
*/
|
||||
@ChannelPipelineCoverage("one")
|
||||
public class UptimeClientHandler extends SimpleChannelUpstreamHandler {
|
||||
|
Loading…
Reference in New Issue
Block a user