Skip to content

Commit 81ab00d

Browse files
committed
Remove bogus Javadoc tags.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1748130 13f79535-47bb-0310-9956-ffa450edef68
1 parent 423a010 commit 81ab00d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,6 @@ private HmacUtils(final Mac mac) {
900900
*
901901
* @param algorithm to be used
902902
* @param key the key to be used
903-
* @return the instance
904903
* @throws IllegalArgumentException
905904
* when a {@link NoSuchAlgorithmException} is caught or key is null or key is invalid.
906905
* @since 1.11
@@ -914,7 +913,6 @@ public HmacUtils(final String algorithm, final byte[] key) {
914913
*
915914
* @param algorithm to be used
916915
* @param key the key to be used
917-
* @return the instance
918916
* @throws IllegalArgumentException
919917
* when a {@link NoSuchAlgorithmException} is caught or key is null or key is invalid.
920918
* @since 1.11
@@ -928,7 +926,6 @@ public HmacUtils(final String algorithm, final String key) {
928926
*
929927
* @param algorithm to be used
930928
* @param key the key to be used
931-
* @return the instance
932929
* @throws IllegalArgumentException
933930
* when a {@link NoSuchAlgorithmException} is caught or key is null or key is invalid.
934931
* @since 1.11
@@ -941,7 +938,6 @@ public HmacUtils(final HmacAlgorithms algorithm, final String key) {
941938
* Creates an instance using the provided algorithm type.
942939
*
943940
* @param algorithm to be used.
944-
* @return the instance
945941
* @throws IllegalArgumentException
946942
* when a {@link NoSuchAlgorithmException} is caught or key is null or key is invalid.
947943
* @since 1.11

0 commit comments

Comments
 (0)