You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Kev Jackson <ke...@it.fts-vn.com> on 2005/11/07 07:55:43 UTC

[Patch] use StringUtils in AntUnit

- use StringUtils.LINE_SEP instead of looking up 
System.getProperty("line.seperator") each time
- remove unused import statement

Kev