You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/09/08 14:51:04 UTC

[35/50] [abbrv] logging-log4j2 git commit: Remove obsolete comment

Remove obsolete comment


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

Branch: refs/heads/LOG4J2-1349-gcfree-threadcontext
Commit: f016c44110a7505b5e9addbe5f5fa95f2f6c39f4
Parents: 4f3b21d
Author: Mikael St�ldal <mi...@magine.com>
Authored: Wed Sep 7 18:15:32 2016 +0200
Committer: Mikael St�ldal <mi...@magine.com>
Committed: Wed Sep 7 18:15:32 2016 +0200

----------------------------------------------------------------------
 .../log4j/config/Log4j1ConfigurationParser.java      | 15 ---------------
 1 file changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f016c441/log4j-1.2-api/src/main/java/org/apache/log4j/config/Log4j1ConfigurationParser.java
----------------------------------------------------------------------
diff --git a/log4j-1.2-api/src/main/java/org/apache/log4j/config/Log4j1ConfigurationParser.java b/log4j-1.2-api/src/main/java/org/apache/log4j/config/Log4j1ConfigurationParser.java
index 04a7812..a8c3977 100644
--- a/log4j-1.2-api/src/main/java/org/apache/log4j/config/Log4j1ConfigurationParser.java
+++ b/log4j-1.2-api/src/main/java/org/apache/log4j/config/Log4j1ConfigurationParser.java
@@ -37,21 +37,6 @@ import org.apache.logging.log4j.status.StatusLogger;
 
 /**
  * Experimental parser for Log4j 1.2 properties configuration files.
- * <p>
- * Currently supports:
- * </p>
- * <ul>
- * <li>log4j.debug</li>
- * <li>log4j.rootLogger</li>
- * <li>log4j.logger</li>
- * <li>log4j.appender</li>
- * <li>org.apache.log4j.ConsoleAppender</li>
- * <ul>
- * <li>Follow</li>
- * <li>Target</li>
- * <li>layout</li>
- * </ul>
- * </ul>
  *
  * This class is not thread-safe.
  */