Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2014-03-22 09:06:20 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2014-03-22 09:06:20 +0400
commit2ddda6799062f920e81e4cd1b3512d623a8587fe (patch)
treeb47744a31846b9ccc419a6152e0b252cc539ab1d /core/src/main/java/org
parent424d13c8267132e3b3b61bb2681983e15a997f62 (diff)
JavaDoc fix
Diffstat (limited to 'core/src/main/java/org')
-rw-r--r--core/src/main/java/org/bouncycastle/crypto/io/CipherOutputStream.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/java/org/bouncycastle/crypto/io/CipherOutputStream.java b/core/src/main/java/org/bouncycastle/crypto/io/CipherOutputStream.java
index 17e7f362..5d5f0d11 100644
--- a/core/src/main/java/org/bouncycastle/crypto/io/CipherOutputStream.java
+++ b/core/src/main/java/org/bouncycastle/crypto/io/CipherOutputStream.java
@@ -150,7 +150,7 @@ public class CipherOutputStream
* Ensure the ciphertext buffer has space sufficient to accept an upcoming output.
*
* @param updateSize the size of the pending update.
- * @param <code>true</code> iff this the cipher is to be finalised.
+ * @param finalOutput <code>true</code> iff this the cipher is to be finalised.
*/
private void ensureCapacity(int updateSize, boolean finalOutput)
{