mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8258661: Inner class ResponseCacheEntry could be static
Reviewed-by: jnimeh
This commit is contained in:
parent
3c488199c4
commit
a4f393caf4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue