Skip to content

Commit f42d538

Browse files
committed
Add missing @param Javadoc tag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1748131 13f79535-47bb-0310-9956-ffa450edef68
1 parent 81ab00d commit f42d538

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/apache/commons/codec/digest/HmacUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,7 @@ public HmacUtils(final HmacAlgorithms algorithm, final String key) {
938938
* Creates an instance using the provided algorithm type.
939939
*
940940
* @param algorithm to be used.
941+
* @param key the key to be used
941942
* @throws IllegalArgumentException
942943
* when a {@link NoSuchAlgorithmException} is caught or key is null or key is invalid.
943944
* @since 1.11

0 commit comments

Comments
 (0)