Browse Source

fixed typo

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2108 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Sam Brannen 17 years ago
parent
commit
9b8cbcefa5
  1. 2
      org.springframework.web/src/main/java/org/springframework/web/bind/annotation/CookieValue.java

2
org.springframework.web/src/main/java/org/springframework/web/bind/annotation/CookieValue.java

@ -54,7 +54,7 @@ public @interface CookieValue { @@ -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;

Loading…
Cancel
Save