You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/07/04 12:24:54 UTC

commons-crypto git commit: Unused import

Repository: commons-crypto
Updated Branches:
  refs/heads/master 521615236 -> 1531500d1


Unused import

Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/1531500d
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/1531500d
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/1531500d

Branch: refs/heads/master
Commit: 1531500d181f0ea767a7db1bc6b1496ee51ad6d3
Parents: 5216152
Author: Sebb <se...@apache.org>
Authored: Mon Jul 4 13:24:50 2016 +0100
Committer: Sebb <se...@apache.org>
Committed: Mon Jul 4 13:24:50 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/commons/crypto/cipher/AbstractCipherTest.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/1531500d/src/test/java/org/apache/commons/crypto/cipher/AbstractCipherTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/crypto/cipher/AbstractCipherTest.java b/src/test/java/org/apache/commons/crypto/cipher/AbstractCipherTest.java
index 8d5fbbb..47d91d1 100644
--- a/src/test/java/org/apache/commons/crypto/cipher/AbstractCipherTest.java
+++ b/src/test/java/org/apache/commons/crypto/cipher/AbstractCipherTest.java
@@ -31,7 +31,6 @@ import javax.crypto.spec.SecretKeySpec;
 import javax.xml.bind.DatatypeConverter;
 
 import org.apache.commons.crypto.conf.ConfigurationKeys;
-import org.apache.commons.crypto.jna.OpenSslJna;
 import org.apache.commons.crypto.utils.ReflectionUtils;
 import org.apache.commons.crypto.utils.Utils;
 import org.junit.Assert;