Browse Source

doc patch supplied by Stephan Beal <stephan@wanderinghorse.net>

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272041 13f79535-47bb-0310-9956-ffa450edef68
master
Erik Hatcher 23 years ago
parent
commit
0b5269eb7c
2 changed files with 8 additions and 8 deletions
  1. +4
    -4
      src/main/org/apache/tools/ant/types/FileSet.java
  2. +4
    -4
      src/main/org/apache/tools/ant/types/PatternSet.java

+ 4
- 4
src/main/org/apache/tools/ant/types/FileSet.java View File

@@ -180,8 +180,8 @@ public class FileSet extends DataType implements Cloneable {
} }
/** /**
* Sets the set of include patterns. Patterns may be separated by a comma
* or a space.
* Appends <code>includes</code> to the current list of include patterns.
* Patterns may be separated by a comma or a space.
* *
* @param includes the string containing the include patterns * @param includes the string containing the include patterns
*/ */
@@ -194,8 +194,8 @@ public class FileSet extends DataType implements Cloneable {
} }


/** /**
* Sets the set of exclude patterns. Patterns may be separated by a comma
* or a space.
* Appends <code>excludes</code> to the current list of exclude patterns.
* Patterns may be separated by a comma or a space.
* *
* @param excludes the string containing the exclude patterns * @param excludes the string containing the exclude patterns
*/ */


+ 4
- 4
src/main/org/apache/tools/ant/types/PatternSet.java View File

@@ -205,8 +205,8 @@ public class PatternSet extends DataType {
} }


/** /**
* Sets the set of include patterns. Patterns may be separated by a comma
* or a space.
* Appends <code>includes</code> to the current list of include patterns.
* Patterns may be separated by a comma or a space.
* *
* @param includes the string containing the include patterns * @param includes the string containing the include patterns
*/ */
@@ -223,8 +223,8 @@ public class PatternSet extends DataType {
} }


/** /**
* Sets the set of exclude patterns. Patterns may be separated by a comma
* or a space.
* Appends <code>excludes</code> to the current list of exclude patterns.
* Patterns may be separated by a comma or a space.
* *
* @param excludes the string containing the exclude patterns * @param excludes the string containing the exclude patterns
*/ */


Loading…
Cancel
Save