Skip to content

Commit c54e41b

Browse files
committed
move the Cache into a util package for potential re-use
1 parent e25518f commit c54e41b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/org/jruby/ext/openssl/x509store/Cache.java renamed to src/main/java/org/jruby/ext/openssl/util/Cache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* the provisions above, a recipient may use your version of this file under
2626
* the terms of any one of the EPL, the GPL or the LGPL.
2727
***** END LICENSE BLOCK *****/
28-
package org.jruby.ext.openssl.x509store;
28+
package org.jruby.ext.openssl.util;
2929

3030
import java.lang.ref.ReferenceQueue;
3131
import java.lang.ref.SoftReference;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
***** END LICENSE BLOCK *****/
2828
package org.jruby.ext.openssl.x509store;
2929

30+
import org.jruby.ext.openssl.util.Cache;
3031
import static org.jruby.ext.openssl.x509store.X509Utils.X509_CERT_DIR;
3132
import static org.jruby.ext.openssl.x509store.X509Utils.X509_FILETYPE_ASN1;
3233
import static org.jruby.ext.openssl.x509store.X509Utils.X509_FILETYPE_DEFAULT;

0 commit comments

Comments
 (0)