removed unused lines

Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
Greg Wilkins 2019-05-22 15:20:41 +02:00
parent 065581edd9
commit 0bf138f034
1 changed files with 0 additions and 3 deletions

View File

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