From b7ddf1b4f47d1cdd56214c165241ce53454b94f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 12 Aug 2024 12:18:44 +0200 Subject: [PATCH] Fix typo --- .../src/main/java/org/springframework/http/CacheControl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;