You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/07/08 16:15:56 UTC

commons-crypto git commit: Unused import: org.apache.commons.crypto.Crypto.

Repository: commons-crypto
Updated Branches:
  refs/heads/master 72dd5bf13 -> a3128504c


Unused import: org.apache.commons.crypto.Crypto.

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

Branch: refs/heads/master
Commit: a3128504c5a1ac1194994265db397d3858fa26c9
Parents: 72dd5bf
Author: ggregory <gg...@apache.org>
Authored: Fri Jul 8 09:15:54 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Fri Jul 8 09:15:54 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/a3128504/src/test/java/org/apache/commons/crypto/cipher/CryptoCipherFactoryTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/crypto/cipher/CryptoCipherFactoryTest.java b/src/test/java/org/apache/commons/crypto/cipher/CryptoCipherFactoryTest.java
index d53d3bf..f47e7e0 100644
--- a/src/test/java/org/apache/commons/crypto/cipher/CryptoCipherFactoryTest.java
+++ b/src/test/java/org/apache/commons/crypto/cipher/CryptoCipherFactoryTest.java
@@ -20,7 +20,6 @@ package org.apache.commons.crypto.cipher;
 import java.security.GeneralSecurityException;
 import java.util.Properties;
 
-import org.apache.commons.crypto.Crypto;
 import org.junit.Assert;
 import org.junit.Test;