Browse Source

A typo

master
Gintas Grigelionis 6 years ago
parent
commit
ac46ff190e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/AbstractFileSet.java

+ 1
- 1
src/main/org/apache/tools/ant/types/AbstractFileSet.java View File

@@ -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


Loading…
Cancel
Save