GitHub user reudismam opened a pull request:
https://github.com/apache/ant/pull/58
Use StringBuilder instead of StringBuffer as it offers high performanâ¦
â¦ce in single thread places as it is generally the case.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/reudismam/ant builder
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ant/pull/58.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #58
----
commit bf3d0b448ed055eea7dcc036397e8b0f7cbc50fe
Author: reudismam <reudismam@...>
Date: 2018-02-05T16:18:05Z
Use StringBuilder instead of StringBuffer as it offers high performance in
single thread places as it is generally the case.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]