fixed typo

This commit is contained in:
Sam Brannen
2009-10-14 10:45:17 +00:00
parent 523dba7285
commit 0f06771249

View File

@@ -54,7 +54,7 @@ public @interface CookieValue {
* of the header missing in the request. Switch this to <code>false</code>
* if you prefer a <code>null</value> in case of the header missing.
* <p>Alternatively, provide a {@link #defaultValue() defaultValue},
* which implicitely sets this flag to <code>false</code>.
* which implicitly sets this flag to <code>false</code>.
*/
boolean required() default true;