diff --git a/dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/LogFilter.java b/dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/LogFilter.java index 36830a0fe..cf0e6b386 100644 --- a/dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/LogFilter.java +++ b/dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/LogFilter.java @@ -24,7 +24,7 @@ import java.util.logging.LogRecord; * A simple log filter to limit the entries written to the verbose log file. The verbose log file uses the root logger * as I couldn't get anything else to work; as such, this filter limits the log entries to specific classes. * - * @author Jeremy Long + * @author Jeremy Long */ public class LogFilter implements Filter {