Skip to content

Commit

Permalink
Normalize Javadoc @param formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 16, 2024
1 parent 3c22ec9 commit 9154556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/crypto/utils/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public static Properties getProperties(final Properties newProp) {
* 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
Expand Down

0 comments on commit 9154556

Please sign in to comment.