From c858d88d08948cacb44d8eff2d7e4cff5c90c091 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Thu, 26 Jun 2003 16:45:05 +0000 Subject: [PATCH] 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 --- src/main/org/apache/tools/ant/filters/TokenFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/filters/TokenFilter.java b/src/main/org/apache/tools/ant/filters/TokenFilter.java index ff727c9d0..b1d69f187 100644 --- a/src/main/org/apache/tools/ant/filters/TokenFilter.java +++ b/src/main/org/apache/tools/ant/filters/TokenFilter.java @@ -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)