Skip to content

Commit 892d671

Browse files
committed
Javadoc
1 parent 0b9bd57 commit 892d671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
public enum CodecPolicy {
2626

2727
/**
28-
* The strict policy. Data that causes a codec to fail should throw an exception.
28+
* The <em>strict</em> policy. Data that causes a codec to fail should throw an exception.
2929
*/
3030
STRICT,
3131

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

0 commit comments

Comments
 (0)