This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push: new 3ebef4a Fix broken Javadoc 3ebef4a is described below commit 3ebef4ad92e31697fb52ca7cc71904c68654c2c8 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Aug 1 20:50:19 2019 +0100 Fix broken Javadoc --- src/main/java/org/apache/commons/codec/binary/Base64.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/codec/binary/Base64.java b/src/main/java/org/apache/commons/codec/binary/Base64.java index f515b51..aed7843 100644 --- a/src/main/java/org/apache/commons/codec/binary/Base64.java +++ b/src/main/java/org/apache/commons/codec/binary/Base64.java @@ -788,7 +788,7 @@ public class Base64 extends BaseNCodec { * Validates whether the character is possible in the context of the set of possible base 64 values. * </p> * - * @param numBits number of least significant bits to check + * @param numBitsToDrop number of least significant bits to check * @param context the context to be used * * @throws IllegalArgumentException if the bits being checked contain any non-zero value