You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/11/20 21:13:40 UTC

ant git commit: A typo

Repository: ant
Updated Branches:
  refs/heads/master 3e0890f75 -> ac46ff190


A typo

Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/ac46ff19
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/ac46ff19
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/ac46ff19

Branch: refs/heads/master
Commit: ac46ff190ed158bcb5ec5764b583ef82f1ecaa80
Parents: 3e0890f
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Tue Nov 20 22:13:21 2018 +0100
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Tue Nov 20 22:13:21 2018 +0100

----------------------------------------------------------------------
 src/main/org/apache/tools/ant/types/AbstractFileSet.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/ac46ff19/src/main/org/apache/tools/ant/types/AbstractFileSet.java
----------------------------------------------------------------------
diff --git a/src/main/org/apache/tools/ant/types/AbstractFileSet.java b/src/main/org/apache/tools/ant/types/AbstractFileSet.java
index 820a639..9f73b59 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