Repository: commons-crypto
Updated Branches:
  refs/heads/master 10e44a4b8 -> 5fc066d3a


Unused

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

Branch: refs/heads/master
Commit: 5fc066d3a6bc6d091779fb05a22d20b509c019e7
Parents: 10e44a4
Author: Sebb <s...@apache.org>
Authored: Fri Jul 1 16:18:54 2016 +0100
Committer: Sebb <s...@apache.org>
Committed: Fri Jul 1 16:18:54 2016 +0100

----------------------------------------------------------------------
 .../commons/crypto/stream/PositionedCryptoInputStreamTest.java    | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/5fc066d3/src/test/java/org/apache/commons/crypto/stream/PositionedCryptoInputStreamTest.java
----------------------------------------------------------------------
diff --git 
a/src/test/java/org/apache/commons/crypto/stream/PositionedCryptoInputStreamTest.java
 
b/src/test/java/org/apache/commons/crypto/stream/PositionedCryptoInputStreamTest.java
index 1e39edb..714b1fb 100644
--- 
a/src/test/java/org/apache/commons/crypto/stream/PositionedCryptoInputStreamTest.java
+++ 
b/src/test/java/org/apache/commons/crypto/stream/PositionedCryptoInputStreamTest.java
@@ -83,9 +83,6 @@ public class PositionedCryptoInputStreamTest {
         encData = baos.toByteArray();
     }
 
-    public void setUp() {
-    }
-
     private PositionedCryptoInputStream getCryptoInputStream(
             CryptoCipher cipher, int bufferSize) throws IOException {
         return new PositionedCryptoInputStream(props, new 
PositionedInputForTest(

Reply via email to