fixed typo

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2108 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Sam Brannen
2009-10-14 10:45:17 +00:00
parent 688111c4dd
commit 9b8cbcefa5
@@ -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;