diff --git a/src/main/java/org/jboss/netty/example/portunification/PortUnificationServerHandler.java b/src/main/java/org/jboss/netty/example/portunification/PortUnificationServerHandler.java
index e0610cd21b..fad2c52ca6 100644
--- a/src/main/java/org/jboss/netty/example/portunification/PortUnificationServerHandler.java
+++ b/src/main/java/org/jboss/netty/example/portunification/PortUnificationServerHandler.java
@@ -36,7 +36,8 @@ import org.jboss.netty.handler.codec.http.HttpResponseEncoder;
import org.jboss.netty.handler.ssl.SslHandler;
/**
- *
+ * Manipulates the current pipeline dynamically to switch protocols or enable
+ * SSL or GZIP.
*
* @author The Netty Project
* @author Trustin Lee