From 824d9e74392745b267c4e57a56fae79004e89851 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 21 Aug 2024 09:14:22 -0400 Subject: [PATCH] Fix typos in comments --- .../java/org/apache/commons/crypto/cipher/CryptoCipher.java | 2 +- src/main/java/org/apache/commons/crypto/cipher/JceCipher.java | 2 +- .../java/org/apache/commons/crypto/cipher/OpenSslCipher.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 e490925aa..b33ee5775 100644 --- a/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java +++ b/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java @@ -90,7 +90,7 @@ int doFinal(ByteBuffer inBuffer, ByteBuffer outBuffer) *

* This is the same name that was specified in one of the * {@code CryptoCipherFactory#getInstance} calls that created this - * {@code CryptoCipher} object.. + * {@code CryptoCipher} object. *

* * @return the algorithm name of this {@code CryptoCipher} object. diff --git a/src/main/java/org/apache/commons/crypto/cipher/JceCipher.java b/src/main/java/org/apache/commons/crypto/cipher/JceCipher.java index 1da723d33..4182f3a6d 100644 --- a/src/main/java/org/apache/commons/crypto/cipher/JceCipher.java +++ b/src/main/java/org/apache/commons/crypto/cipher/JceCipher.java @@ -123,7 +123,7 @@ public int doFinal(final ByteBuffer inBuffer, final ByteBuffer outBuffer) *

* This is the same name that was specified in one of the * {@code CryptoCipherFactory#getInstance} calls that created this - * {@code CryptoCipher} object.. + * {@code CryptoCipher} object. *

* * @return the algorithm name of this {@code CryptoCipher} object. diff --git a/src/main/java/org/apache/commons/crypto/cipher/OpenSslCipher.java b/src/main/java/org/apache/commons/crypto/cipher/OpenSslCipher.java index 14e43520d..9d4b488c0 100644 --- a/src/main/java/org/apache/commons/crypto/cipher/OpenSslCipher.java +++ b/src/main/java/org/apache/commons/crypto/cipher/OpenSslCipher.java @@ -132,7 +132,7 @@ public int doFinal(final ByteBuffer inBuffer, final ByteBuffer outBuffer) *

* This is the same name that was specified in one of the * {@code CryptoCipherFactory#getInstance} calls that created this - * {@code CryptoCipher} object.. + * {@code CryptoCipher} object. *

* * @return the algorithm name of this {@code CryptoCipher} object.