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 a614e9a156..87fa8bb6c1 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,7 +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)
+ * @author Benoit Sigoure
* @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 95b7fd32a4..12fc543b4a 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,7 +22,7 @@ import org.junit.Test;
/**
* @author The Netty Project
* @author Trustin Lee
- * @author Benoit Sigoure (tsunanet@gmail.com)
+ * @author Benoit Sigoure
* @version $Rev$, $Date$
*/
public class QueryStringDecoderTest {