- fix typo

This commit is contained in:
Jason van Zyl 2012-11-30 15:13:07 -08:00
parent d5e5717dd7
commit a4c34bfa3f

View File

@ -265,7 +265,7 @@ private void cli( CliRequest cliRequest )
{
//
// Parsing errors can happen during the processing of the arguments and we prefer not having to check if the logger is null
// and make construct this so we can use an SLF4J logger everywhere
// and construct this so we can use an SLF4J logger everywhere.
//
slf4jLogger = new Slf4jStdoutLogger();