mirror of https://github.com/apache/maven.git
- fix typo
This commit is contained in:
parent
d5e5717dd7
commit
a4c34bfa3f
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue