Browse Source

opps - 2: set includedelims to the attribute in the C&P method

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274722 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 22 years ago
parent
commit
c858d88d08
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

@@ -469,7 +469,7 @@ public class TokenFilter
* default - false
*/
public void setIncludeDelims(boolean includeDelims) {
this.includeDelims = true;
this.includeDelims = includeDelims;
}

public String getToken(Reader in)


Loading…
Cancel
Save