From bf5836e729060f5c6feb1460e884b4ec9b556512 Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Wed, 30 Aug 2000 14:29:39 +0000 Subject: [PATCH] Javadoc update Submitted by: Jesse Click git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267945 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/types/Reference.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/org/apache/tools/ant/types/Reference.java b/src/main/org/apache/tools/ant/types/Reference.java index 1c3f87b06..dfe082004 100644 --- a/src/main/org/apache/tools/ant/types/Reference.java +++ b/src/main/org/apache/tools/ant/types/Reference.java @@ -58,9 +58,7 @@ import org.apache.tools.ant.Project; import org.apache.tools.ant.BuildException; /** - * Named collection of include/exclude tags. - * - *

Class to hold a reference to another object in the project. + * Class to hold a reference to another object in the project. * * @author Stefan Bodewig */