8258661: Inner class ResponseCacheEntry could be static
Reviewed-by: jnimeh
This commit is contained in:
parent
3c488199c4
commit
a4f393caf4
@ -527,7 +527,7 @@ final class StatusResponseManager {
|
|||||||
/**
|
/**
|
||||||
* Static nested class used as the data kept in the response cache.
|
* Static nested class used as the data kept in the response cache.
|
||||||
*/
|
*/
|
||||||
class ResponseCacheEntry {
|
static class ResponseCacheEntry {
|
||||||
final OCSPResponse.ResponseStatus status;
|
final OCSPResponse.ResponseStatus status;
|
||||||
final byte[] ocspBytes;
|
final byte[] ocspBytes;
|
||||||
final Date nextUpdate;
|
final Date nextUpdate;
|
||||||
|
Loading…
Reference in New Issue
Block a user