This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
commit 45f549ca8f223297a9e0c9972d604784f73cfa17 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jul 19 07:35:42 2025 -0400 Javadoc --- src/main/java/org/apache/commons/codec/binary/BaseNCodec.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java b/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java index 0c812469..ac0f4b2a 100644 --- a/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java +++ b/src/main/java/org/apache/commons/codec/binary/BaseNCodec.java @@ -390,7 +390,7 @@ public abstract class BaseNCodec implements BinaryEncoder, BinaryDecoder { /** * Deprecated: Will be removed in 2.0. * <p> - * instance variable just in case it needs to vary later + * Instance variable just in case it needs to vary later * </p> * * @deprecated Use {@link #pad}. Will be removed in 2.0.