Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit a4a05b0

Browse files
committed
Removed extra html tag
1 parent 4fc5bab commit a4a05b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ktt/lib/httpserver/SimpleHttpCookie.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class SimpleHttpCookie {
2727
httpOnly;
2828

2929
/**
30-
* Creates an HTTP cookie. All fields except for <code>name</code>, <code>secure</code>, </code><code>httpOnly</code>, and <code>value</code> can be set to null if unused.
30+
* Creates an HTTP cookie. All fields except for <code>name</code>, <code>secure</code>, <code>httpOnly</code>, and <code>value</code> can be set to null if unused.
3131
*
3232
* @param name name of the cookie
3333
* @param value value of the cookie

0 commit comments

Comments
 (0)