mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 16:29:28 +00:00
Fix typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user