You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/08/02 01:28:54 UTC

[2/2] git commit: javadoc improvement

javadoc improvement

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

Branch: refs/heads/master
Commit: ea97145dfc3dc0bd7a1c795b5af89dc3b59da76b
Parents: aaa198a
Author: Hervé Boutemy <hb...@apache.org>
Authored: Fri Aug 2 01:28:45 2013 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Fri Aug 2 01:28:45 2013 +0200

----------------------------------------------------------------------
 .../org/apache/maven/cli/logging/Slf4jConfigurationFactory.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/ea97145d/maven-embedder/src/main/java/org/apache/maven/cli/logging/Slf4jConfigurationFactory.java
----------------------------------------------------------------------
diff --git a/maven-embedder/src/main/java/org/apache/maven/cli/logging/Slf4jConfigurationFactory.java b/maven-embedder/src/main/java/org/apache/maven/cli/logging/Slf4jConfigurationFactory.java
index f396133..a5a79a8 100644
--- a/maven-embedder/src/main/java/org/apache/maven/cli/logging/Slf4jConfigurationFactory.java
+++ b/maven-embedder/src/main/java/org/apache/maven/cli/logging/Slf4jConfigurationFactory.java
@@ -29,7 +29,8 @@ import org.slf4j.ILoggerFactory;
 
 /**
  * Slf4jConfiguration factory, loading implementations from <code>META-INF/maven/slf4j-configuration.properties</code>
- * configuration files in class loader.
+ * configuration files in class loader: key is the class name of the ILoggerFactory, value is the class name of
+ * the corresponding Slf4jConfiguration.
  *
  * @author Hervé Boutemy
  * @since 3.1.0