Skip to content

Commit a4f393c

Browse files
committed
8258661: Inner class ResponseCacheEntry could be static
Reviewed-by: jnimeh
1 parent 3c48819 commit a4f393c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.base/share/classes/sun/security/ssl/StatusResponseManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ public String toString() {
527527
/**
528528
* Static nested class used as the data kept in the response cache.
529529
*/
530-
class ResponseCacheEntry {
530+
static class ResponseCacheEntry {
531531
final OCSPResponse.ResponseStatus status;
532532
final byte[] ocspBytes;
533533
final Date nextUpdate;

0 commit comments

Comments
 (0)