- fix typo

This commit is contained in:
Jason van Zyl 2012-11-30 15:13:07 -08:00
parent d5e5717dd7
commit a4c34bfa3f
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ public class MavenCli
{ {
// //
// Parsing errors can happen during the processing of the arguments and we prefer not having to check if the logger is null // 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(); slf4jLogger = new Slf4jStdoutLogger();