Fix example in CookieDecoder Javadoc
- CookieDecoder.decode() is a static method.
This commit is contained in:
parent
6dfa1f2d92
commit
18abc6d893
@ -33,7 +33,7 @@ import java.util.TreeSet;
|
||||
* <pre>
|
||||
* {@link HttpRequest} req = ...;
|
||||
* String value = req.getHeader("Cookie");
|
||||
* Set<{@link Cookie}> cookies = new {@link CookieDecoder}().decode(value);
|
||||
* Set<{@link Cookie}> cookies = {@link CookieDecoder}.decode(value);
|
||||
* </pre>
|
||||
*
|
||||
* @see ClientCookieEncoder
|
||||
|
Loading…
Reference in New Issue
Block a user