Issue #3655 - Fixing javadoc

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2019-05-15 15:23:58 -05:00 committed by Greg Wilkins
parent 5d267963a3
commit 2de5456790
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import org.eclipse.jetty.util.log.Logger;
* Optimized stateful {@code Cookie} header parser.
* Does not support {@code Set-Cookie} header parsing.
* </p>
* <p>>
* <p>
* Cookies fields are added with the {@link #addCookieField(String)} method and
* parsed on the next subsequent call to {@link #getCookies()}.
* </p>