We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13f15c commit 9482dd8Copy full SHA for 9482dd8
1 file changed
src/main/java/org/jruby/ext/openssl/x509store/Store.java
@@ -113,7 +113,7 @@ public int call(StoreContext context) {
113
};
114
}
115
116
- @Deprecated int cache = 1; // not-used
+ // @Deprecated int cache = 1; // not-used
117
118
private volatile X509Object[] objects = new X509Object[0];
119
private volatile Lookup[] certLookups = new Lookup[0];
0 commit comments