Fix example in CookieDecoder Javadoc
- CookieDecoder.decode() is a static method.
This commit is contained in:
parent
d43c21dab0
commit
cb8a607ba5
@ -31,7 +31,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