You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by re...@apache.org on 2015/08/07 08:27:57 UTC

[5/5] stratos git commit: removing listener

removing listener


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

Branch: refs/heads/master
Commit: 3eb7d7c25cef217c80dfce97de61646359f9711e
Parents: c7a5ffd
Author: reka <rt...@gmail.com>
Authored: Fri Aug 7 11:57:35 2015 +0530
Committer: reka <rt...@gmail.com>
Committed: Fri Aug 7 11:57:35 2015 +0530

----------------------------------------------------------------------
 .../org/apache/stratos/integration/tests/TopologyHandler.java    | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/3eb7d7c2/products/stratos/modules/integration/src/test/java/org/apache/stratos/integration/tests/TopologyHandler.java
----------------------------------------------------------------------
diff --git a/products/stratos/modules/integration/src/test/java/org/apache/stratos/integration/tests/TopologyHandler.java b/products/stratos/modules/integration/src/test/java/org/apache/stratos/integration/tests/TopologyHandler.java
index 846302b..ec63f84 100644
--- a/products/stratos/modules/integration/src/test/java/org/apache/stratos/integration/tests/TopologyHandler.java
+++ b/products/stratos/modules/integration/src/test/java/org/apache/stratos/integration/tests/TopologyHandler.java
@@ -390,8 +390,4 @@ public class TopologyHandler {
         String path = getClass().getResource("/").getPath();
         return StringUtils.removeEnd(path, File.separator);
     }
-
-    private void addEventListeners() {
-        topologyEventReceiver.addEventListener(MemberInitializedEventListener );
-    }
 }