fixed JavaDoc warning

git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@578462 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Roland Weber 2007-09-22 17:15:13 +00:00
parent 51ed99f3ff
commit 4d649f9bc8
1 changed files with 1 additions and 4 deletions

View File

@ -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;
}
}
}