You are viewing a plain text version of this content. The canonical link for it is here.
Posted to s4-commits@incubator.apache.org by mm...@apache.org on 2012/11/14 17:15:25 UTC

[3/3] git commit: disable proxy class dump (can still be used for debugging purposes)

disable proxy class dump (can still be used for debugging purposes)

Project: http://git-wip-us.apache.org/repos/asf/incubator-s4/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s4/commit/f04bd09e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s4/tree/f04bd09e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s4/diff/f04bd09e

Branch: refs/heads/S4-95
Commit: f04bd09e772e868fdd44b13448f7a13cf6de06bb
Parents: 3c450d4
Author: Matthieu Morel <mm...@apache.org>
Authored: Wed Oct 31 17:27:51 2012 +0100
Committer: Matthieu Morel <mm...@apache.org>
Committed: Wed Oct 31 17:27:51 2012 +0100

----------------------------------------------------------------------
 .../s4/core/gen/OverloadDispatcherGenerator.java   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/f04bd09e/subprojects/s4-core/src/main/java/org/apache/s4/core/gen/OverloadDispatcherGenerator.java
----------------------------------------------------------------------
diff --git a/subprojects/s4-core/src/main/java/org/apache/s4/core/gen/OverloadDispatcherGenerator.java b/subprojects/s4-core/src/main/java/org/apache/s4/core/gen/OverloadDispatcherGenerator.java
index c0f07a7..3e0ae06 100644
--- a/subprojects/s4-core/src/main/java/org/apache/s4/core/gen/OverloadDispatcherGenerator.java
+++ b/subprojects/s4-core/src/main/java/org/apache/s4/core/gen/OverloadDispatcherGenerator.java
@@ -75,7 +75,7 @@ public class OverloadDispatcherGenerator {
     private final List<Hierarchy> inputEventHierarchies = new ArrayList<Hierarchy>();
     private final List<Hierarchy> outputEventHierarchies = new ArrayList<Hierarchy>();
     private Class<?> targetClass;
-    private static final boolean DUMP = true;
+    private static final boolean DUMP = false;
 
     public OverloadDispatcherGenerator() {
     }