This commit is contained in:
Stéphane Nicoll 2024-08-12 12:18:44 +02:00
parent a1ec7669f6
commit b7ddf1b4f4
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public class CacheControl {
* Return an empty directive.
* <p>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;