Updated @author tags

This commit is contained in:
Trustin Lee 2009-06-11 05:03:53 +00:00
parent 4b263dfb0e
commit 3473135c7b
2 changed files with 6 additions and 4 deletions

View File

@ -30,8 +30,9 @@ import org.jboss.netty.channel.SimpleChannelHandler;
/** /**
* *
* @author <a href="mailto:dbevenius@jboss.com">Daniel Bevenius</a> * @author The Netty Project (netty-dev@lists.jboss.org)
* * @author Daniel Bevenius (dbevenius@jboss.com)
* @version $Rev$, $Date$
*/ */
@ChannelPipelineCoverage("all") @ChannelPipelineCoverage("all")
public class SimpleHandler extends SimpleChannelHandler { public class SimpleHandler extends SimpleChannelHandler {

View File

@ -30,8 +30,9 @@ import java.net.SocketException;
/** /**
* *
* @author <a href="mailto:dbevenius@jboss.com">Daniel Bevenius</a> * @author The Netty Project (netty-dev@lists.jboss.org)
* * @author Daniel Bevenius (dbevenius@jboss.com)
* @version $Rev$, $Date$
*/ */
public class UdpClient { public class UdpClient {