We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9227130 commit faf7e84Copy full SHA for faf7e84
src/main/java/com/authlete/jaxrs/server/util/ResponseUtil.java
@@ -17,7 +17,6 @@
17
package com.authlete.jaxrs.server.util;
18
19
20
-import javax.ws.rs.core.CacheControl;
21
import javax.ws.rs.core.HttpHeaders;
22
import javax.ws.rs.core.MediaType;
23
import javax.ws.rs.core.Response;
@@ -53,9 +52,6 @@ public class ResponseUtil
53
52
MediaType.APPLICATION_JSON_TYPE.withCharset("UTF-8");
54
55
56
- private static final CacheControl NO_STORE_CACHE_CONTROL = new CacheControl();
57
-
58
59
/**
60
* Build a "text/plain" response of "200 OK".
61
*
0 commit comments