This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new a67584f3 Javadoc
a67584f3 is described below
commit a67584f39594aca6c0d9386c01114decda4e325f
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 30 13:57:41 2026 +0000
Javadoc
---
src/main/java/org/apache/commons/crypto/utils/Utils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/crypto/utils/Utils.java
b/src/main/java/org/apache/commons/crypto/utils/Utils.java
index 648921c1..f448bcfa 100644
--- a/src/main/java/org/apache/commons/crypto/utils/Utils.java
+++ b/src/main/java/org/apache/commons/crypto/utils/Utils.java
@@ -116,7 +116,7 @@ public static void checkArgument(final boolean expression,
final Object errorMes
* Ensures that an object reference passed as a parameter to the calling
* method is not {@code null}.
*
- * @param <T> the type of the object reference to be checked.
+ * @param <T> The type of the object reference to be checked.
* @param reference an object reference.
* @return the non-null reference that was validated.
* @throws NullPointerException if reference is {@code null}.