mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +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.
|
||||
*/
|
||||
class ResponseCacheEntry {
|
||||
static class ResponseCacheEntry {
|
||||
final OCSPResponse.ResponseStatus status;
|
||||
final byte[] ocspBytes;
|
||||
final Date nextUpdate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue