> diff --git a/src/main/org/apache/tools/ant/types/PatternSet.java > b/src/main/org/apache/tools/ant/types/PatternSet.java
> - : new
> StringBuilder(baseString).append(";encoding->").append(encoding).toString();
> + : baseString + ";encoding->" + encoding;
I don't understand what kind of redundancy have you been removing here.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
