From 316339011b2779b857f7a6914ca290e9b1d05137 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 5 Apr 2015 09:22:09 -0400 Subject: [PATCH] updated javadoc author Former-commit-id: d7e75e84d406203c6d2ca820a759972d403bd8e9 --- .../tools/ant/taskdefs/condition/package-info.java | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/dependency-check-utils/src/main/java/org/owasp/dependencycheck/org/apache/tools/ant/taskdefs/condition/package-info.java b/dependency-check-utils/src/main/java/org/owasp/dependencycheck/org/apache/tools/ant/taskdefs/condition/package-info.java index 58f73450b..d2a8dad15 100644 --- a/dependency-check-utils/src/main/java/org/owasp/dependencycheck/org/apache/tools/ant/taskdefs/condition/package-info.java +++ b/dependency-check-utils/src/main/java/org/owasp/dependencycheck/org/apache/tools/ant/taskdefs/condition/package-info.java @@ -1,14 +1,6 @@ /** - * - * - * org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition - * - * - * This is a copy of classes within Apache Ant. The DirectoryScanner - * is needed by dependency-check. However, we did not want to make - * Ant a dependency. As such, a few files were copied and slightly - * modified to remove any references to the Ant Project class. - * - * + * This is a copy of classes within Apache Ant. The DirectoryScanner is needed by dependency-check. However, we did not want to + * make Ant a dependency. As such, a few files were copied and slightly modified to remove any references to the Ant Project + * class. */ package org.owasp.dependencycheck.org.apache.tools.ant.taskdefs.condition;