8258661: Inner class ResponseCacheEntry could be static

Reviewed-by: jnimeh
This commit is contained in:
Xue-Lei Andrew Fan 2020-12-18 19:01:57 +00:00
parent 3c488199c4
commit a4f393caf4

View File

@ -527,7 +527,7 @@ final class StatusResponseManager {
/**
* Static nested class used as the data kept in the response cache.
*/
class ResponseCacheEntry {
static class ResponseCacheEntry {
final OCSPResponse.ResponseStatus status;
final byte[] ocspBytes;
final Date nextUpdate;