Skip to content

Commit 3ebef4a

Browse files
committed
Fix broken Javadoc
1 parent 1eea8db commit 3ebef4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/org/apache/commons/codec/binary

src/main/java/org/apache/commons/codec/binary/Base64.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ protected boolean isInAlphabet(final byte octet) {
788788
* Validates whether the character is possible in the context of the set of possible base 64 values.
789789
* </p>
790790
*
791-
* @param numBits number of least significant bits to check
791+
* @param numBitsToDrop number of least significant bits to check
792792
* @param context the context to be used
793793
*
794794
* @throws IllegalArgumentException if the bits being checked contain any non-zero value

0 commit comments

Comments
 (0)