From ff478253e31ca4b90da15ecb6b1ab7060e5399e3 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 5 Apr 2015 09:31:28 -0400 Subject: [PATCH] updated package-info Former-commit-id: fe210fb0ea9a25612dc869e6086f4d63c29e282b --- .../owasp/dependencycheck/agent/package-info.java | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) 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;