You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2014/09/22 07:41:45 UTC

git commit: Javdoc: format.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 25d14fd25 -> c379aa799


Javdoc: format.

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

Branch: refs/heads/master
Commit: c379aa7993c6028adb6a1a9800880035af3d418e
Parents: 25d14fd
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Sep 22 01:41:42 2014 -0400
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Sep 22 01:41:42 2014 -0400

----------------------------------------------------------------------
 .../java/org/apache/log4j/spi/LoggerRepository.java  | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c379aa79/log4j-1.2-api/src/main/java/org/apache/log4j/spi/LoggerRepository.java
----------------------------------------------------------------------
diff --git a/log4j-1.2-api/src/main/java/org/apache/log4j/spi/LoggerRepository.java b/log4j-1.2-api/src/main/java/org/apache/log4j/spi/LoggerRepository.java
index 7010fa3..812280f 100644
--- a/log4j-1.2-api/src/main/java/org/apache/log4j/spi/LoggerRepository.java
+++ b/log4j-1.2-api/src/main/java/org/apache/log4j/spi/LoggerRepository.java
@@ -24,17 +24,14 @@ import org.apache.log4j.Level;
 import org.apache.log4j.Logger;
 
 /**
- * A <code>LoggerRepository</code> is used to create and retrieve
- * <code>Loggers</code>.
- * <p> 
- * The relation between loggers in a repository
- * depends on the repository but typically loggers are arranged in a
- * named hierarchy.
+ * A <code>LoggerRepository</code> is used to create and retrieve <code>Loggers</code>.
+ * <p>
+ * The relation between loggers in a repository depends on the repository but typically loggers are arranged in a named
+ * hierarchy.
  * </p>
  * <p>
- * In addition to the creational methods, a
- * <code>LoggerRepository</code> can be queried for existing loggers,
- * can act as a point of registry for events related to loggers.
+ * In addition to the creational methods, a <code>LoggerRepository</code> can be queried for existing loggers, can act
+ * as a point of registry for events related to loggers.
  * </p>
  *
  * @since 1.2