Repository: logging-log4j2
Updated Branches:
  refs/heads/master 1f7ef58e1 -> 33afc0f00


Fix for Javadoc 8.

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

Branch: refs/heads/master
Commit: 33afc0f004d6a69dc5f41a9a8f3177fcfe09e6b3
Parents: 1f7ef58
Author: Gary Gregory <[email protected]>
Authored: Sun Sep 28 21:01:24 2014 -0400
Committer: Gary Gregory <[email protected]>
Committed: Sun Sep 28 21:01:24 2014 -0400

----------------------------------------------------------------------
 .../java/org/apache/logging/log4j/core/config/Configuration.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/33afc0f0/log4j-core/src/main/java/org/apache/logging/log4j/core/config/Configuration.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/Configuration.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/Configuration.java
index beacbb3..c592b05 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/Configuration.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/Configuration.java
@@ -123,7 +123,7 @@ public interface Configuration extends Filterable {
     /**
      * <p>
      * Returns a list of descriptors of the custom levels defined in the 
current configuration. The returned list does
-     * <em>not</em> include custom levels that are defined in code with direct 
calls to {@link Level.forName}.
+     * <em>not</em> include custom levels that are defined in code with direct 
calls to {@link Level#forName(String, int)}.
      * </p>
      * <p>
      * Note that the list does not include levels of previous configurations. 
For example, suppose a configuration

Reply via email to