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:05:02 UTC

ant git commit: Fix javadoc

Repository: ant
Updated Branches:
  refs/heads/master 5c6e9ace1 -> 45b30e814


Fix javadoc

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

Branch: refs/heads/master
Commit: 45b30e8144ea64c0c6177f82c18dc615d4cc0bdc
Parents: 5c6e9ac
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Mon May 21 21:04:47 2018 +0200
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Mon May 21 21:04:47 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/45b30e81/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 9a5fef0..103de3c 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.10.4
      */
     public final void setBasedir(File baseDir) {