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/05/21 19:09:27 UTC

ant git commit: Fix javadoc (cf master)

Repository: ant
Updated Branches:
  refs/heads/1.9.x f979b4444 -> 8190d1031


Fix javadoc (cf master)

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

Branch: refs/heads/1.9.x
Commit: 8190d103173fa86b0a715980bf526a26aa4f1fc1
Parents: f979b44
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Mon May 21 21:09:15 2018 +0200
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Mon May 21 21:09:15 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/ant/blob/8190d103/src/main/org/apache/tools/ant/types/resources/ResourceList.java
----------------------------------------------------------------------
diff --git a/src/main/org/apache/tools/ant/types/resources/ResourceList.java b/src/main/org/apache/tools/ant/types/resources/ResourceList.java
index 79cbbb5..01adc53 100644
--- a/src/main/org/apache/tools/ant/types/resources/ResourceList.java
+++ b/src/main/org/apache/tools/ant/types/resources/ResourceList.java
@@ -106,7 +106,7 @@ public class ResourceList extends DataType implements ResourceCollection {
      * this allows the resources contained inside this collection to
      * be considered relative to a certain base directory.
      *
-     * @param basedir the basedir
+     * @param baseDir the basedir
      * @since Ant 1.9.12
      */
     public final void setBasedir(File baseDir) {