Browse Source

Fix javadoc (cf master)

master
Gintas Grigelionis 7 years ago
parent
commit
8190d10317
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/resources/ResourceList.java

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

@@ -106,7 +106,7 @@ public class ResourceList extends DataType implements ResourceCollection {
* this allows the resources contained inside this collection to * this allows the resources contained inside this collection to
* be considered relative to a certain base directory. * be considered relative to a certain base directory.
* *
* @param basedir the basedir
* @param baseDir the basedir
* @since Ant 1.9.12 * @since Ant 1.9.12
*/ */
public final void setBasedir(File baseDir) { public final void setBasedir(File baseDir) {


Loading…
Cancel
Save