Browse Source

Fixed typing error.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1071420 13f79535-47bb-0310-9956-ffa450edef68
master
Maarten Coene 14 years ago
parent
commit
4954d8076e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/util/FileNameMapper.java

+ 1
- 1
src/main/org/apache/tools/ant/util/FileNameMapper.java View File

@@ -53,7 +53,7 @@ public interface FileNameMapper {
*
* @param sourceFileName the name of the source file relative to
* some given basedirectory.
* @return an array of strings if the ruld applies to the source file, or
* @return an array of strings if the rule applies to the source file, or
* null if it does not.
*/
String[] mapFileName(String sourceFileName);


Loading…
Cancel
Save