From 0f06771249e58be3e90c061a963bb75f4448ac4b Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 14 Oct 2009 10:45:17 +0000 Subject: [PATCH] fixed typo --- .../org/springframework/web/bind/annotation/CookieValue.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.web/src/main/java/org/springframework/web/bind/annotation/CookieValue.java b/org.springframework.web/src/main/java/org/springframework/web/bind/annotation/CookieValue.java index 281c5c2072..8d4ce6f319 100644 --- a/org.springframework.web/src/main/java/org/springframework/web/bind/annotation/CookieValue.java +++ b/org.springframework.web/src/main/java/org/springframework/web/bind/annotation/CookieValue.java @@ -54,7 +54,7 @@ public @interface CookieValue { * of the header missing in the request. Switch this to false * if you prefer a null in case of the header missing. *

Alternatively, provide a {@link #defaultValue() defaultValue}, - * which implicitely sets this flag to false. + * which implicitly sets this flag to false. */ boolean required() default true;