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 0b9bd57 commit 892d671Copy full SHA for 892d671
src/main/java/org/apache/commons/codec/CodecPolicy.java
@@ -25,12 +25,12 @@
25
public enum CodecPolicy {
26
27
/**
28
- * The strict policy. Data that causes a codec to fail should throw an exception.
+ * The <em>strict</em> policy. Data that causes a codec to fail should throw an exception.
29
*/
30
STRICT,
31
32
33
- * The lenient policy. Data that causes a codec to fail should not throw an exception.
+ * The <em>lenient</em> policy. Data that causes a codec to fail should not throw an exception.
34
35
LENIENT
36
}
0 commit comments