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 33831c5 commit db16fe3Copy full SHA for db16fe3
1 file changed
src/main/java/org/apache/commons/codec/net/BCodec.java
@@ -50,7 +50,7 @@
50
public class BCodec extends RFC1522Codec implements StringEncoder, StringDecoder {
51
52
/**
53
- * The default decoding policy.
+ * The default decoding policy is lenient.
54
*/
55
private static final CodecPolicy DECODING_POLICY_DEFAULT = CodecPolicy.LENIENT;
56
0 commit comments