Browse Source

Unmappable character, anyway incorrect acc. to <http://en.wiktionary.org/wiki/via#Etymology_2>.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@808143 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 16 years ago
parent
commit
4d706d4ad4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/filters/SortFilter.java

+ 1
- 1
src/main/org/apache/tools/ant/filters/SortFilter.java View File

@@ -49,7 +49,7 @@ import org.apache.tools.ant.types.Parameter;
* <p>
* Sort all files <code>*.txt</code> from <i>src</i> location in descendant
* order and copy them into <i>build</i> location. The lines of each file are
* sorted in ascendant order comparing the lines vía
* sorted in ascendant order comparing the lines via the
* <code>String.compareTo(Object o)</code> method.
* </p>
*


Loading…
Cancel
Save