Skip to content

Commit

Permalink
Use Javadoc @link
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 29, 2024
1 parent de432e6 commit 7957821
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 @@ -103,7 +103,7 @@ public static void checkArgument(final boolean expression) {
*
* @param expression a boolean expression.
* @param errorMessage the exception message to use if the check fails; will
* be converted to a string using <code>String.valueOf(Object)</code>.
* be converted to a string using {@link String#valueOf(Object)}.
* @throws IllegalArgumentException if expression is {@code false}.
*/
public static void checkArgument(final boolean expression, final Object errorMessage) {
Expand Down

0 comments on commit 7957821

Please sign in to comment.