removed unused lines
Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
parent
065581edd9
commit
0bf138f034
|
@ -77,9 +77,6 @@ public class HttpCookieTest
|
|||
@Test
|
||||
public void testSetRFC6265Cookie() throws Exception
|
||||
{
|
||||
// HttpCookie(String name, String value, String domain, String path, long maxAge, boolean httpOnly, boolean secure, String comment, int version)
|
||||
// httpCookie = new HttpCookie("name", "value", "domain", "path", maxAge, secure, httpOnly);
|
||||
|
||||
HttpCookie httpCookie;
|
||||
|
||||
httpCookie = new HttpCookie("null",null,null,null,-1,false,false, null, -1);
|
||||
|
|
Loading…
Reference in New Issue