diff --git a/dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/LogUtils.java b/dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/LogUtils.java index af4b82fed..dfc4888f5 100644 --- a/dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/LogUtils.java +++ b/dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/LogUtils.java @@ -29,7 +29,7 @@ import java.util.logging.SimpleFormatter; /** * A utility class to aide in the setup of the logging mechanism. * - * @author Jeremy Long + * @author Jeremy Long */ public final class LogUtils {