being picky
This commit is contained in:
parent
201e6c46cd
commit
1c33f79ad5
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue