diff --git a/spring-web/src/main/java/org/springframework/http/CacheControl.java b/spring-web/src/main/java/org/springframework/http/CacheControl.java index e8142d6804a..24ffcf5364d 100644 --- a/spring-web/src/main/java/org/springframework/http/CacheControl.java +++ b/spring-web/src/main/java/org/springframework/http/CacheControl.java @@ -112,7 +112,7 @@ public class CacheControl { * Return an empty directive. *
This is well suited for using other optional directives without "max-age", * "no-cache" or "no-store". - * @return en empty directive + * @return an empty directive */ public static CacheControl empty() { return EMPTY;