Set svn properties

This commit is contained in:
Trustin Lee 2009-11-23 05:37:35 +00:00
parent a6184725ba
commit 885ef30dfc
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {