We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c48819 commit a4f393cCopy full SHA for a4f393c
src/java.base/share/classes/sun/security/ssl/StatusResponseManager.java
@@ -527,7 +527,7 @@ public String toString() {
527
/**
528
* Static nested class used as the data kept in the response cache.
529
*/
530
- class ResponseCacheEntry {
+ static class ResponseCacheEntry {
531
final OCSPResponse.ResponseStatus status;
532
final byte[] ocspBytes;
533
final Date nextUpdate;
0 commit comments