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 2018/06/16 21:44:35 UTC

commons-crypto git commit: The the patrol.

Repository: commons-crypto
Updated Branches:
  refs/heads/master ccbeb2de8 -> 6dc74c0a9


The the patrol.

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

Branch: refs/heads/master
Commit: 6dc74c0a9ad522cbdf641b5f4395d4a9984ee86c
Parents: ccbeb2d
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat Jun 16 15:44:33 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat Jun 16 15:44:33 2018 -0600

----------------------------------------------------------------------
 .../org/apache/commons/crypto/stream/CtrCryptoInputStream.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/6dc74c0a/src/main/java/org/apache/commons/crypto/stream/CtrCryptoInputStream.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/crypto/stream/CtrCryptoInputStream.java b/src/main/java/org/apache/commons/crypto/stream/CtrCryptoInputStream.java
index 0766807..5a4ad95 100644
--- a/src/main/java/org/apache/commons/crypto/stream/CtrCryptoInputStream.java
+++ b/src/main/java/org/apache/commons/crypto/stream/CtrCryptoInputStream.java
@@ -469,7 +469,7 @@ public class CtrCryptoInputStream extends CryptoInputStream {
      *
      * @param buf The buffer into which bytes are to be transferred.
      * @param offset the start offset in the data.
-     * @param len the the maximum number of decrypted data bytes to read.
+     * @param len the maximum number of decrypted data bytes to read.
      * @throws IOException if an I/O error occurs.
      */
     protected void decrypt(ByteBuffer buf, int offset, int len)