From 9b8cbcefa500521d12d975e791df0afdd2ab6f65 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 14 Oct 2009 10:45:17 +0000 Subject: [PATCH] fixed typo git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2108 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../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 281c5c2072c..8d4ce6f3190 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;