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:
parent
51ed99f3ff
commit
4d649f9bc8
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue