Author: pwang
Date: 2011-11-18 16:11:06 -0800 (Fri, 18 Nov 2011)
New Revision: 27527

Modified:
   
core3/impl/trunk/plugin-impl/src/main/java/org/cytoscape/plugin/internal/PluginLoaderTaskFactory.java
Log:
make URLs static

Modified: 
core3/impl/trunk/plugin-impl/src/main/java/org/cytoscape/plugin/internal/PluginLoaderTaskFactory.java
===================================================================
--- 
core3/impl/trunk/plugin-impl/src/main/java/org/cytoscape/plugin/internal/PluginLoaderTaskFactory.java
       2011-11-18 22:31:40 UTC (rev 27526)
+++ 
core3/impl/trunk/plugin-impl/src/main/java/org/cytoscape/plugin/internal/PluginLoaderTaskFactory.java
       2011-11-19 00:11:06 UTC (rev 27527)
@@ -13,13 +13,12 @@
 public class PluginLoaderTaskFactory implements TaskFactory {
        
        private final CyPluginAdapter adapter;
-       
+        
        // Plugin Jar file URLs
-       private final Set<URL> urls;
+       public static final Set<URL> urls = new HashSet<URL>();
 
        PluginLoaderTaskFactory(final CyPluginAdapter adapter) {
                this.adapter = adapter;
-               urls = new HashSet<URL>();
        }
 
        public TaskIterator getTaskIterator() {

-- 
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.

Reply via email to