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/06/21 20:02:08 UTC

commons-crypto git commit: Unused imports

Repository: commons-crypto
Updated Branches:
  refs/heads/master 0acc3423a -> f8c62819a


Unused imports

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

Branch: refs/heads/master
Commit: f8c62819aa95960a387cd9c45043d28b77022032
Parents: 0acc342
Author: Sebb <se...@apache.org>
Authored: Tue Jun 21 21:02:05 2016 +0100
Committer: Sebb <se...@apache.org>
Committed: Tue Jun 21 21:02:05 2016 +0100

----------------------------------------------------------------------
 src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java    | 1 -
 .../org/apache/commons/crypto/cipher/CryptoCipherFactoryTest.java   | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/f8c62819/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java b/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java
index 746a4d1..5933a1d 100644
--- a/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java
+++ b/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java
@@ -23,7 +23,6 @@ import java.security.InvalidAlgorithmParameterException;
 import java.security.InvalidKeyException;
 import java.security.Key;
 import java.security.spec.AlgorithmParameterSpec;
-import java.util.Properties;
 import javax.crypto.BadPaddingException;
 import javax.crypto.IllegalBlockSizeException;
 import javax.crypto.ShortBufferException;

http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/f8c62819/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 49bd8bc..a63a458 100644
--- a/src/test/java/org/apache/commons/crypto/cipher/CryptoCipherFactoryTest.java
+++ b/src/test/java/org/apache/commons/crypto/cipher/CryptoCipherFactoryTest.java
@@ -24,7 +24,6 @@ import org.apache.commons.crypto.conf.ConfigurationKeys;
 
 import org.junit.Assert;
 import org.junit.Test;
-import static junit.framework.Assert.fail;
 
 public class CryptoCipherFactoryTest {
     @Test