Skip to content

Commit 26ae2f6

Browse files
committed
JavaLogBridge: fix typo
1 parent e3be962 commit 26ae2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/owasp/esapi/logging/java/JavaLogBridge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import org.owasp.esapi.Logger.EventType;
2020

2121
/**
22-
* Contract for translating an ESAPI log event into an Java log event.
22+
* Contract for translating an ESAPI log event into a Java log event.
2323
*
2424
*/
2525
public interface JavaLogBridge {

0 commit comments

Comments
 (0)