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


The following commit(s) were added to refs/heads/master by this push:
     new db16fe31 Javadoc
db16fe31 is described below

commit db16fe31c19a965ee1fe124744e7f2262d9e57db
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 1 08:11:14 2026 -0400

    Javadoc
---
 src/main/java/org/apache/commons/codec/net/BCodec.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/codec/net/BCodec.java 
b/src/main/java/org/apache/commons/codec/net/BCodec.java
index 402ab11d..af46d887 100644
--- a/src/main/java/org/apache/commons/codec/net/BCodec.java
+++ b/src/main/java/org/apache/commons/codec/net/BCodec.java
@@ -50,7 +50,7 @@ import org.apache.commons.codec.binary.BaseNCodec;
 public class BCodec extends RFC1522Codec implements StringEncoder, 
StringDecoder {
 
     /**
-     * The default decoding policy.
+     * The default decoding policy is lenient.
      */
     private static final CodecPolicy DECODING_POLICY_DEFAULT = 
CodecPolicy.LENIENT;
 

Reply via email to