diff --git a/src/main/org/apache/tools/ant/types/AbstractFileSet.java b/src/main/org/apache/tools/ant/types/AbstractFileSet.java index 820a63927..9f73b591f 100644 --- a/src/main/org/apache/tools/ant/types/AbstractFileSet.java +++ b/src/main/org/apache/tools/ant/types/AbstractFileSet.java @@ -573,7 +573,7 @@ public abstract class AbstractFileSet extends DataType /** * Performs the check for circular references and returns the * referenced FileSet. - * This method can overridden together with {@link ArchiveFileSet#getRef() getRef()} + * This method can be overridden together with {@link ArchiveFileSet#getRef() getRef()} * providing implementations containing the special support * for FileSet references, which can be handled by all ArchiveFileSets. * NB! This method must be overridden in subclasses such as FileSet and DirSet