Skip to content

Commit a8f56b4

Browse files
committed
Fix javadoc typo for CodecPolicy.LENIENT enum value.
1 parent 41c6f48 commit a8f56b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/codec/CodecPolicy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public enum CodecPolicy {
3030
STRICT,
3131

3232
/**
33-
* The strict policy. Data that causes a codec to fail should not throw an exception.
33+
* The lenient policy. Data that causes a codec to fail should not throw an exception.
3434
*/
3535
LENIENT
3636
}

0 commit comments

Comments
 (0)