Format nit

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

Branch: refs/heads/feature/LOG4J2-1430
Commit: 0dd55a0ed56d7fc33cc1fd1a852bc03f6aca389e
Parents: 1d6d31a
Author: Matt Sicker <boa...@gmail.com>
Authored: Thu Jun 16 12:12:52 2016 -0500
Committer: Matt Sicker <boa...@gmail.com>
Committed: Thu Jun 16 12:12:52 2016 -0500

----------------------------------------------------------------------
 .../org/apache/logging/log4j/core/config/Configuration.java    | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0dd55a0e/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 900566d..678242c 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
@@ -59,7 +59,7 @@ public interface Configuration extends Filterable {
     /**
      * Returns the Appender with the specified name.
      *
-     * @param <T> The expected Appender type.
+     * @param <T>  The expected Appender type.
      * @param name The name of the Appender.
      * @return the Appender with the specified name or null if the Appender 
cannot be located.
      */
@@ -98,6 +98,7 @@ public interface Configuration extends Filterable {
 
     /**
      * Returns the root Logger.
+     *
      * @return the root Logger.
      */
     LoggerConfig getRootLogger();
@@ -155,10 +156,11 @@ public interface Configuration extends Filterable {
      *
      * @return the {@code AsyncLoggerConfigDelegate}
      */
-       AsyncLoggerConfigDelegate getAsyncLoggerConfigDelegate();
+    AsyncLoggerConfigDelegate getAsyncLoggerConfigDelegate();
 
     /**
      * Return the WatchManager.
+     *
      * @return the WatchManager.
      */
     WatchManager getWatchManager();

Reply via email to