* Updated the author tag

* Added svn:keywords property
This commit is contained in:
Trustin Lee 2010-06-14 11:06:45 +00:00
parent 800fcd0ca2
commit 2571564eb2
2 changed files with 2 additions and 0 deletions

View File

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

View File

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