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 2015/09/01 06:48:07 UTC

[2/3] logging-log4j2 git commit: Javadoc clean up.

Javadoc clean up.

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

Branch: refs/heads/LOG4J2-952
Commit: af25d4501fb2d3e5c34b9d83bc3d53e2e676e5c3
Parents: e4f005d
Author: ggregory <gg...@apache.org>
Authored: Mon Aug 31 21:47:17 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Mon Aug 31 21:47:17 2015 -0700

----------------------------------------------------------------------
 .../logging/log4j/core/config/builder/api/ConfigurationBuilder.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/af25d450/log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/api/ConfigurationBuilder.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/api/ConfigurationBuilder.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/api/ConfigurationBuilder.java
index 65f0ca8..cbfaedc 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/api/ConfigurationBuilder.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/api/ConfigurationBuilder.java
@@ -29,7 +29,6 @@ public interface ConfigurationBuilder<T extends Configuration> extends Builder<T
 
     /**
      * Set the name of the configuration.
-     *
      * @param name the name of the {@link Configuration}. By default is {@code "Constructed"}.
      * @return this Assembler instance.
      */