being picky

This commit is contained in:
Oliver Burn 2003-07-13 10:01:19 +00:00
parent 201e6c46cd
commit 1c33f79ad5
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ public class CheckStyleTask
public AuditListener createListener(Task aTask)
throws IOException
{
if (mFormatterType != null
if ((mFormatterType != null)
&& E_XML.equals(mFormatterType.getValue()))
{
return createXMLLogger(aTask);