Author: mes
Date: 2011-11-28 10:53:17 -0800 (Mon, 28 Nov 2011)
New Revision: 27604

Modified:
   
csplugins/trunk/ucsd/mes/cytable-reader/src/main/java/cytoscape/cytable/ImportCyTableTask.java
Log:
made task public so that others can use it

Modified: 
csplugins/trunk/ucsd/mes/cytable-reader/src/main/java/cytoscape/cytable/ImportCyTableTask.java
===================================================================
--- 
csplugins/trunk/ucsd/mes/cytable-reader/src/main/java/cytoscape/cytable/ImportCyTableTask.java
      2011-11-28 18:52:52 UTC (rev 27603)
+++ 
csplugins/trunk/ucsd/mes/cytable-reader/src/main/java/cytoscape/cytable/ImportCyTableTask.java
      2011-11-28 18:53:17 UTC (rev 27604)
@@ -22,12 +22,12 @@
 import java.io.File;
 
 
-class ImportCyTableTask implements Task {
+public class ImportCyTableTask implements Task {
        private TaskMonitor taskMonitor;
        private File[] files;
        private String type;
 
-       ImportCyTableTask(File[] files, String type) {
+       public ImportCyTableTask(File[] files, String type) {
                this.files = files;
                this.type = type;
        }

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