Author: mes
Date: 2010-09-10 13:28:50 -0700 (Fri, 10 Sep 2010)
New Revision: 21796
Modified:
core3/io-api/trunk/src/main/java/org/cytoscape/io/write/AbstractCyWriter.java
Log:
corrected tunable location
Modified:
core3/io-api/trunk/src/main/java/org/cytoscape/io/write/AbstractCyWriter.java
===================================================================
---
core3/io-api/trunk/src/main/java/org/cytoscape/io/write/AbstractCyWriter.java
2010-09-10 19:53:41 UTC (rev 21795)
+++
core3/io-api/trunk/src/main/java/org/cytoscape/io/write/AbstractCyWriter.java
2010-09-10 20:28:50 UTC (rev 21796)
@@ -21,12 +21,12 @@
private boolean cancelTask = false;
- @Tunable(description="Select the output file name")
public final void setOutputFile(File f) {
if ( f != null )
outputFile = f;
}
+ @Tunable(description="Select the output file name")
public final File getOutputFile() {
return outputFile;
}
--
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.