You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2015/09/08 02:40:45 UTC

[02/50] logging-log4j2 git commit: "assembler" -> "builder" vernacular.

"assembler" -> "builder" vernacular.

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

Branch: refs/heads/master
Commit: 51e4923526672f28d9593985993985e849d2a2da
Parents: 50ab7ee
Author: ggregory <gg...@apache.org>
Authored: Mon Aug 31 13:47:54 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Mon Aug 31 13:47:54 2015 -0700

----------------------------------------------------------------------
 .../logging/log4j/core/config/builder/impl/BuiltConfiguration.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/51e49235/log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/impl/BuiltConfiguration.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/impl/BuiltConfiguration.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/impl/BuiltConfiguration.java
index 53ef869..fd4ddf0 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/impl/BuiltConfiguration.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/builder/impl/BuiltConfiguration.java
@@ -33,7 +33,7 @@ import java.util.Arrays;
 import java.util.List;
 
 /**
- * This is the general version of the Configuration created by the Assembler. It may be extended to
+ * This is the general version of the Configuration created by the Builder. It may be extended to
  * enhance its functionality.
  */
 public class BuiltConfiguration extends AbstractConfiguration {