Fix typo
This commit is contained in:
parent
a1ec7669f6
commit
b7ddf1b4f4
|
|
@ -112,7 +112,7 @@ public class CacheControl {
|
||||||
* Return an empty directive.
|
* Return an empty directive.
|
||||||
* <p>This is well suited for using other optional directives without "max-age",
|
* <p>This is well suited for using other optional directives without "max-age",
|
||||||
* "no-cache" or "no-store".
|
* "no-cache" or "no-store".
|
||||||
* @return en empty directive
|
* @return an empty directive
|
||||||
*/
|
*/
|
||||||
public static CacheControl empty() {
|
public static CacheControl empty() {
|
||||||
return EMPTY;
|
return EMPTY;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue