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 2012/05/27 15:14:43 UTC

svn commit: r1343042 - /logging/log4j/trunk/src/main/java/org/apache/log4j/LogManager.java

Author: ggregory
Date: Sun May 27 13:14:43 2012
New Revision: 1343042

URL: http://svn.apache.org/viewvc?rev=1343042&view=rev
Log:
Fix Javadoc typos and use the active voice.

Modified:
    logging/log4j/trunk/src/main/java/org/apache/log4j/LogManager.java

Modified: logging/log4j/trunk/src/main/java/org/apache/log4j/LogManager.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/main/java/org/apache/log4j/LogManager.java?rev=1343042&r1=1343041&r2=1343042&view=diff
==============================================================================
--- logging/log4j/trunk/src/main/java/org/apache/log4j/LogManager.java (original)
+++ logging/log4j/trunk/src/main/java/org/apache/log4j/LogManager.java Sun May 27 13:14:43 2012
@@ -36,14 +36,15 @@ import java.io.StringWriter;
 import java.io.PrintWriter;
 
 /**
- * Use the <code>LogManager</code> class to retreive {@link Logger}
- * instances or to operate on the current {@link
- * LoggerRepository}. When the <code>LogManager</code> class is loaded
- * into memory the default initalzation procedure is inititated. The
- * default intialization procedure</a> is described in the <a
- * href="../../../../manual.html#defaultInit">short log4j manual</a>.
- *
- * @author Ceki G&uuml;lc&uuml; */
+ * Gets {@link Logger} instances and operates on the current {@link LoggerRepository}.
+ * 
+ * <p>
+ * When the <code>LogManager</code> class is loaded into memory the default initialization procedure runs. The default initialization
+ * procedure</a> is described in the <a href="../../../../manual.html#defaultInit">short log4j manual</a>.
+ * </p>
+ * 
+ * @author Ceki G&uuml;lc&uuml;
+ */
 public class LogManager {
 
   /**