Skip to content

Commit ad63a53

Browse files
committed
Polish @CookieValue Javadoc
1 parent c9d341e commit ad63a53

File tree

1 file changed

+3
-2
lines changed
  • spring-web/src/main/java/org/springframework/web/bind/annotation

1 file changed

+3
-2
lines changed

spring-web/src/main/java/org/springframework/web/bind/annotation/CookieValue.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@
3131
* or as cookie value type (String, int, etc.).
3232
*
3333
* <p>Note that with spring-webmvc 5.3.x and earlier, the cookie value is URL
34-
* decoded. This will be changed in 6.0 but in the mean, applications can also
35-
* declare {@link javax.servlet.http.Cookie} to access the raw value.
34+
* decoded. This will be changed in 6.0 but in the meantime, applications can
35+
* also declare parameters of type {@link javax.servlet.http.Cookie} to access
36+
* the raw value.
3637
*
3738
* @author Juergen Hoeller
3839
* @author Sam Brannen

0 commit comments

Comments
 (0)