Skip to content

Commit ab61e0c

Browse files
committed
Javadoc fix.
1 parent 7baca98 commit ab61e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public String toString() {
206206
void setLevel(int level);
207207

208208
/** Retrieve the current ESAPI logging level for this logger. See
209-
* {@link org.owasp.esapi.reference.Log4JLogger} for an explanation of
209+
* {@link org.owasp.esapi.logging.log4j.Log4JLogger} for an explanation of
210210
* why this method is not simply called {@code getLevel()}.
211211
*
212212
* @return The current logging level.

0 commit comments

Comments
 (0)