Maybe I'm nit-picking ... On 29 Mar 2005, <[EMAIL PROTECTED]> wrote:
> + protected void processLine(String line, int level) {
> + if (line.startsWith(TESTLISTENER_PREFIX))
> + task.log(line, Project.MSG_VERBOSE);
> + else
> + super.processLine(line, level);
> + }
Please use braces even for single-line blocks.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
