This is an automated email from the ASF dual-hosted git repository.

ggregory 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 91545564 Normalize Javadoc @param formatting
91545564 is described below

commit 9154556421b6c0fb38c773c46ba24f178bc4dbd6
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 16 11:53:15 2024 -0400

    Normalize Javadoc @param formatting
---
 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 ccf16e24..d24836eb 100644
--- a/src/main/java/org/apache/commons/crypto/utils/Utils.java
+++ b/src/main/java/org/apache/commons/crypto/utils/Utils.java
@@ -198,7 +198,7 @@ public final class Utils {
      * Override the default DLL name if Crypto.JNI_LIBRARY_PATH is a valid 
directory
      * If Crypto.JNI_LIBRARY_NAME is defined, this overrides the default name.
      *
-     * @param name - the default name, passed from native code
+     * @param name   the default name, passed from native code
      * @return the updated library path
      * This method is designed for use from the DynamicLoader native code.
      * Although it could all be implemented in native code, this hook method

Reply via email to