We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eea8db commit 3ebef4aCopy full SHA for 3ebef4a
1 file changed
src/main/java/org/apache/commons/codec/binary/Base64.java
@@ -788,7 +788,7 @@ protected boolean isInAlphabet(final byte octet) {
788
* Validates whether the character is possible in the context of the set of possible base 64 values.
789
* </p>
790
*
791
- * @param numBits number of least significant bits to check
+ * @param numBitsToDrop number of least significant bits to check
792
* @param context the context to be used
793
794
* @throws IllegalArgumentException if the bits being checked contain any non-zero value
0 commit comments