mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-17 22:05:31 +00:00
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.
|
||||
*/
|
||||
class ResponseCacheEntry {
|
||||
static class ResponseCacheEntry {
|
||||
final OCSPResponse.ResponseStatus status;
|
||||
final byte[] ocspBytes;
|
||||
final Date nextUpdate;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user