Return-Path: X-Original-To: apmail-logging-commits-archive@minotaur.apache.org Delivered-To: apmail-logging-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 89A859C77 for ; Sun, 27 May 2012 13:15:07 +0000 (UTC) Received: (qmail 99262 invoked by uid 500); 27 May 2012 13:15:07 -0000 Delivered-To: apmail-logging-commits-archive@logging.apache.org Received: (qmail 99233 invoked by uid 500); 27 May 2012 13:15:07 -0000 Mailing-List: contact commits-help@logging.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@logging.apache.org Delivered-To: mailing list commits@logging.apache.org Received: (qmail 99226 invoked by uid 99); 27 May 2012 13:15:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 May 2012 13:15:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 May 2012 13:15:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 04CE32388847; Sun, 27 May 2012 13:14:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1343042 - /logging/log4j/trunk/src/main/java/org/apache/log4j/LogManager.java Date: Sun, 27 May 2012 13:14:43 -0000 To: commits@logging.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120527131444.04CE32388847@eris.apache.org> 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 LogManager class to retreive {@link Logger} - * instances or to operate on the current {@link - * LoggerRepository}. When the LogManager class is loaded - * into memory the default initalzation procedure is inititated. The - * default intialization procedure is described in the short log4j manual. - * - * @author Ceki Gülcü */ + * Gets {@link Logger} instances and operates on the current {@link LoggerRepository}. + * + *

+ * When the LogManager class is loaded into memory the default initialization procedure runs. The default initialization + * procedure is described in the short log4j manual. + *

+ * + * @author Ceki Gülcü + */ public class LogManager { /**