Skip to content

Commit 31e221a

Browse files
committed
Fix javadoc botch forgetting to end italics. :(
1 parent 23a2b76 commit 31e221a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/owasp/esapi/Encoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ public interface Encoder {
472472
* exception ticket to track it.
473473
* </p><p>
474474
* <b>IMPORTANT NOTE:</b> If you really do insist enabling leg cannon mode and use
475-
* this method, then you <i>MUST<i> follow these instructions. Failure to do so will
475+
* this method, then you <i>MUST</i> follow these instructions. Failure to do so will
476476
* result in a {@link org.owasp.esapi.errors.NotConfiguredByDefaultException} being
477477
* thrown when you try to call it. Thus to make it work, you need to add the implementation
478478
* method corresponding to this interace (defined in the property "<b>ESAPI.Encoder</b>"

0 commit comments

Comments
 (0)