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 41c6f48 commit a8f56b4Copy full SHA for a8f56b4
1 file changed
src/main/java/org/apache/commons/codec/CodecPolicy.java
@@ -30,7 +30,7 @@ public enum CodecPolicy {
30
STRICT,
31
32
/**
33
- * The strict policy. Data that causes a codec to fail should not throw an exception.
+ * The lenient policy. Data that causes a codec to fail should not throw an exception.
34
*/
35
LENIENT
36
}
0 commit comments