You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2012/12/01 15:50:01 UTC

[6/50] git commit: - fix typo

- fix typo


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/411e9f92
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/411e9f92
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/411e9f92

Branch: refs/heads/feature/colorized-console/log4j2
Commit: 411e9f9269ee908275dca6437a5891839ceb1372
Parents: 6c928b0
Author: Jason van Zyl <jv...@apache.org>
Authored: Fri Nov 30 15:13:07 2012 -0800
Committer: Arnaud HeĢritier <ah...@exoplatform.com>
Committed: Sat Dec 1 13:51:06 2012 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/maven/cli/MavenCli.java   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/411e9f92/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
----------------------------------------------------------------------
diff --git a/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java b/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
index 278add0..b432f31 100644
--- a/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
+++ b/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
@@ -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
-        // 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();