Replaced email with homepage url

This commit is contained in:
Trustin Lee 2010-06-14 11:07:44 +00:00
parent 2571564eb2
commit cbe26db0e4
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ import java.util.Map;
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a> * @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
* @author Andy Taylor (andy.taylor@jboss.org) * @author Andy Taylor (andy.taylor@jboss.org)
* @author <a href="http://gleamynode.net/">Trustin Lee</a> * @author <a href="http://gleamynode.net/">Trustin Lee</a>
* @author Benoit Sigoure (tsunanet@gmail.com) * @author <a href="http://tsunanet.net/">Benoit Sigoure</a>
* @version $Rev$, $Date$ * @version $Rev$, $Date$
* *
* @see QueryStringEncoder * @see QueryStringEncoder

View File

@ -22,7 +22,7 @@ import org.junit.Test;
/** /**
* @author <a href="http://www.jboss.org/netty/">The Netty Project</a> * @author <a href="http://www.jboss.org/netty/">The Netty Project</a>
* @author <a href="http://gleamynode.net/">Trustin Lee</a> * @author <a href="http://gleamynode.net/">Trustin Lee</a>
* @author Benoit Sigoure (tsunanet@gmail.com) * @author <a href="http://tsunanet.net/">Benoit Sigoure</a>
* @version $Rev$, $Date$ * @version $Rev$, $Date$
*/ */
public class QueryStringDecoderTest { public class QueryStringDecoderTest {