From 13f355c385e1458ca7b004f8d05cd247bfd64b06 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 5 Apr 2015 09:31:32 -0400 Subject: [PATCH] updated package-info Former-commit-id: ee67619c2480dc0de800055da7d00c5312146ee6 --- .../owasp/dependencycheck/exception/package-info.java | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/exception/package-info.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/exception/package-info.java index 25fcd7982..107ae00ca 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/exception/package-info.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/exception/package-info.java @@ -1,11 +1,4 @@ /** - * - * - * org.owasp.dependencycheck.exception - * - * - *

A collection of exception classes used within the application.

- * - * + * A collection of exception classes used within the application. */ package org.owasp.dependencycheck.exception;