Author: paperwing
Date: 2011-08-22 11:40:23 -0700 (Mon, 22 Aug 2011)
New Revision: 26623
Modified:
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/WindMapRenderingEngineFactory.java
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/WindRenderingEngineFactory.java
Log:
testing removing the service registrar call
Modified:
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/WindMapRenderingEngineFactory.java
===================================================================
---
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/WindMapRenderingEngineFactory.java
2011-08-22 18:32:50 UTC (rev 26622)
+++
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/WindMapRenderingEngineFactory.java
2011-08-22 18:40:23 UTC (rev 26623)
@@ -68,9 +68,9 @@
//System.out.println("map engine active?: " +
engine.isActive());
-
serviceRegistrar.registerService(engine.getAboutToBeRemovedListener(),
- NetworkAboutToBeDestroyedListener.class,
- new Properties());
+//
serviceRegistrar.registerService(engine.getAboutToBeRemovedListener(),
+// NetworkAboutToBeDestroyedListener.class,
+// new Properties());
return engine;
}
Modified:
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/WindRenderingEngineFactory.java
===================================================================
---
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/WindRenderingEngineFactory.java
2011-08-22 18:32:50 UTC (rev 26622)
+++
csplugins/trunk/toronto/yuedong/paperwing-impl/src/main/java/org/cytoscape/paperwing/internal/WindRenderingEngineFactory.java
2011-08-22 18:40:23 UTC (rev 26623)
@@ -70,10 +70,11 @@
// System.out.println("registering service to " +
serviceRegistrar + ": " + engine.getEngineRemovedListener()
// + ", " +
RenderingEngineAboutToBeRemovedListener.class);
-
serviceRegistrar.registerService(engine.getAboutToBeRemovedListener(),
- NetworkAboutToBeDestroyedListener.class,
- new Properties());
+//
serviceRegistrar.registerService(engine.getAboutToBeRemovedListener(),
+// NetworkAboutToBeDestroyedListener.class,
+// new Properties());
+
return engine;
}
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.