diff --git a/src/main/java/org/jboss/netty/handler/codec/http/QueryStringDecoder.java b/src/main/java/org/jboss/netty/handler/codec/http/QueryStringDecoder.java index b45c989ae0..a614e9a156 100644 --- a/src/main/java/org/jboss/netty/handler/codec/http/QueryStringDecoder.java +++ b/src/main/java/org/jboss/netty/handler/codec/http/QueryStringDecoder.java @@ -38,6 +38,7 @@ import java.util.Map; * @author The Netty Project * @author Andy Taylor (andy.taylor@jboss.org) * @author Trustin Lee + * @author Benoit Sigoure (tsunanet@gmail.com) * @version $Rev$, $Date$ * * @see QueryStringEncoder diff --git a/src/test/java/org/jboss/netty/handler/codec/http/QueryStringDecoderTest.java b/src/test/java/org/jboss/netty/handler/codec/http/QueryStringDecoderTest.java index 87837f8861..95b7fd32a4 100644 --- a/src/test/java/org/jboss/netty/handler/codec/http/QueryStringDecoderTest.java +++ b/src/test/java/org/jboss/netty/handler/codec/http/QueryStringDecoderTest.java @@ -22,6 +22,7 @@ import org.junit.Test; /** * @author The Netty Project * @author Trustin Lee + * @author Benoit Sigoure (tsunanet@gmail.com) * @version $Rev$, $Date$ */ public class QueryStringDecoderTest {