diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/agent/package-info.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/agent/package-info.java
index b61b80e68..064f949eb 100644
--- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/agent/package-info.java
+++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/agent/package-info.java
@@ -1,13 +1,6 @@
/**
- *
- *
- * org.owasp.dependencycheck.agent
- *
- *
- * The agent package holds an agent API that can be used by other applications that have information about dependencies;
- * but would rather implement something in their code directly rather then spawn a process to run the entire
- * dependency-check engine. This basically provides programmatic access to running a scan.
- *
- *
+ * The agent package holds an agent API that can be used by other applications that have information about dependencies; but would
+ * rather implement something in their code directly rather then spawn a process to run the entire dependency-check engine. This
+ * basically provides programmatic access to running a scan.
*/
package org.owasp.dependencycheck.agent;