From 673312b22e96ab358da092f6f903a25930c0935e Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Fri, 19 Jun 2009 14:17:02 +0000 Subject: [PATCH] Javadoc --- .../org/jboss/netty/handler/codec/http/HttpHeaders.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/jboss/netty/handler/codec/http/HttpHeaders.java b/src/main/java/org/jboss/netty/handler/codec/http/HttpHeaders.java index b0a3907a2c..1d00a3b0b8 100644 --- a/src/main/java/org/jboss/netty/handler/codec/http/HttpHeaders.java +++ b/src/main/java/org/jboss/netty/handler/codec/http/HttpHeaders.java @@ -22,7 +22,7 @@ package org.jboss.netty.handler.codec.http; /** - * The constants that is often used in HTTP header names and values. + * Standard HTTP header names and values. * * @author The Netty Project (netty-dev@lists.jboss.org) * @author Andy Taylor (andy.taylor@jboss.org) @@ -31,7 +31,7 @@ package org.jboss.netty.handler.codec.http; public final class HttpHeaders { /** - * The constants that is often used in HTTP header names. + * Standard HTTP header names. * * @author The Netty Project (netty-dev@lists.jboss.org) * @author Andy Taylor (andy.taylor@jboss.org) @@ -241,7 +241,7 @@ public final class HttpHeaders { } /** - * The constants that is often used in HTTP header values. + * Standard HTTP header values. * * @author The Netty Project (netty-dev@lists.jboss.org) * @author Andy Taylor (andy.taylor@jboss.org)