Skip to content

Commit 9482dd8

Browse files
committed
field not used
1 parent a13f15c commit 9482dd8

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/jruby/ext/openssl/x509store

1 file changed

+1
-1
lines changed

src/main/java/org/jruby/ext/openssl/x509store/Store.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public int call(StoreContext context) {
113113
};
114114
}
115115

116-
@Deprecated int cache = 1; // not-used
116+
// @Deprecated int cache = 1; // not-used
117117

118118
private volatile X509Object[] objects = new X509Object[0];
119119
private volatile Lookup[] certLookups = new Lookup[0];

0 commit comments

Comments
 (0)