Browse Source

opps: set includedelims to the attribute

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274721 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 22 years ago
parent
commit
6453ac69c1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/filters/TokenFilter.java

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

@@ -355,7 +355,7 @@ public class TokenFilter
*/
public void setIncludeDelims(boolean includeDelims) {
this.includeDelims = true;
this.includeDelims = includeDelims;
}
public String getToken(Reader in)


Loading…
Cancel
Save