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 2013/02/28 12:01:49 UTC

git commit: S4-116 remove duplicate binding for RemoteEmitters

Updated Branches:
  refs/heads/S4-120 81f3ebad2 -> 3e4c9e459


S4-116 remove duplicate binding for RemoteEmitters


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

Branch: refs/heads/S4-120
Commit: 3e4c9e45961e2f6a7b8040dedad53cfd6b448edf
Parents: 81f3eba
Author: Matthieu Morel <mm...@apache.org>
Authored: Thu Feb 28 13:00:34 2013 +0100
Committer: Matthieu Morel <mm...@apache.org>
Committed: Thu Feb 28 13:00:34 2013 +0100

----------------------------------------------------------------------
 .../java/org/apache/s4/comm/DefaultCommModule.java |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/3e4c9e45/subprojects/s4-comm/src/main/java/org/apache/s4/comm/DefaultCommModule.java
----------------------------------------------------------------------
diff --git a/subprojects/s4-comm/src/main/java/org/apache/s4/comm/DefaultCommModule.java b/subprojects/s4-comm/src/main/java/org/apache/s4/comm/DefaultCommModule.java
index 0c3f944..47a1617 100644
--- a/subprojects/s4-comm/src/main/java/org/apache/s4/comm/DefaultCommModule.java
+++ b/subprojects/s4-comm/src/main/java/org/apache/s4/comm/DefaultCommModule.java
@@ -94,8 +94,6 @@ public class DefaultCommModule extends AbstractModule {
 
         bind(Clusters.class).to(ClustersFromZK.class);
 
-        bind(RemoteEmitters.class).to(DefaultRemoteEmitters.class);
-
         bind(DeserializerExecutorFactory.class).to(BlockingDeserializerExecutorFactory.class);
 
         try {