Browse Source

Typo

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273865 13f79535-47bb-0310-9956-ffa450edef68
remotes/1776816827838153613/tmp_25f451bd36ab3145e487fcb2cd5c62c571e5b602
Stefan Bodewig 23 years ago
parent
commit
cea7ed8306
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/testcases/org/apache/tools/ant/util/SourceSelectorTest.java

+ 1
- 1
src/testcases/org/apache/tools/ant/util/SourceSelectorTest.java View File

@@ -94,6 +94,6 @@ public class SourceSelectorTest extends TestCase
public void setFrom(String s) {}
public void setTo(String s) {}
public String[] mapFileName(String s) {
return new String[] {"fred colon", "carot"};
return new String[] {"fred colon", "carrot ironfoundersson"};
}
}

Loading…
Cancel
Save