From 4d649f9bc800dea3a44582b0d95de4213d01378a Mon Sep 17 00:00:00 2001 From: Roland Weber Date: Sat, 22 Sep 2007 17:15:13 +0000 Subject: [PATCH] fixed JavaDoc warning git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@578462 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/http/impl/cookie/RFC2965PortAttributeHandler.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965PortAttributeHandler.java b/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965PortAttributeHandler.java index fd922f750..265541aee 100644 --- a/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965PortAttributeHandler.java +++ b/module-client/src/main/java/org/apache/http/impl/cookie/RFC2965PortAttributeHandler.java @@ -15,9 +15,6 @@ import org.apache.http.cookie.SetCookie2; */ public class RFC2965PortAttributeHandler implements CookieAttributeHandler { - /** - * @param spec - */ public RFC2965PortAttributeHandler() { super(); } @@ -137,4 +134,4 @@ public class RFC2965PortAttributeHandler implements CookieAttributeHandler { return true; } -} \ No newline at end of file +}