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 2020/11/16 15:21:44 UTC

[logging-log4j2] branch release-2.x updated: Javadoc nit.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 732dc0e  Javadoc nit.
732dc0e is described below

commit 732dc0e673c7bd689e2dbdccddab91a6e7a0913d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Nov 16 10:21:37 2020 -0500

    Javadoc nit.
---
 log4j-1.2-api/src/main/java/org/apache/log4j/xml/XmlConfiguration.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/log4j-1.2-api/src/main/java/org/apache/log4j/xml/XmlConfiguration.java b/log4j-1.2-api/src/main/java/org/apache/log4j/xml/XmlConfiguration.java
index 640f1e5..1c8436d 100644
--- a/log4j-1.2-api/src/main/java/org/apache/log4j/xml/XmlConfiguration.java
+++ b/log4j-1.2-api/src/main/java/org/apache/log4j/xml/XmlConfiguration.java
@@ -89,6 +89,7 @@ public class XmlConfiguration extends Log4j1Configuration {
     private static final String THROWABLE_RENDERER_TAG = "throwableRenderer";
 
     public static final long DEFAULT_DELAY = 60000;
+
     /**
      * File name prefix for test configurations.
      */
@@ -115,7 +116,7 @@ public class XmlConfiguration extends Log4j1Configuration {
     }
 
     /**
-     * Configure log4j by reading in a log4j.dtd compliant XML
+     * Configures log4j by reading in a log4j.dtd compliant XML
      * configuration file.
      */
     @Override