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 */