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/data-publisher-integration Commit: 3eb7d7c25cef217c80dfce97de61646359f9711e Parents: c7a5ffd Author: reka <[email protected]> Authored: Fri Aug 7 11:57:35 2015 +0530 Committer: reka <[email protected]> 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 ); - } }
