Skip to content

Commit faf7e84

Browse files
committed
Cache control
1 parent 9227130 commit faf7e84

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/com/authlete/jaxrs/server/util/ResponseUtil.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package com.authlete.jaxrs.server.util;
1818

1919

20-
import javax.ws.rs.core.CacheControl;
2120
import javax.ws.rs.core.HttpHeaders;
2221
import javax.ws.rs.core.MediaType;
2322
import javax.ws.rs.core.Response;
@@ -53,9 +52,6 @@ public class ResponseUtil
5352
MediaType.APPLICATION_JSON_TYPE.withCharset("UTF-8");
5453

5554

56-
private static final CacheControl NO_STORE_CACHE_CONTROL = new CacheControl();
57-
58-
5955
/**
6056
* Build a "text/plain" response of "200 OK".
6157
*

0 commit comments

Comments
 (0)