Author: pwang
Date: 2011-06-24 15:53:59 -0700 (Fri, 24 Jun 2011)
New Revision: 25931
Modified:
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/io/TunableAbstractCyWriter.java
Log:
Removal "final" for a method, so extended class can overwrite it
Modified:
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/io/TunableAbstractCyWriter.java
===================================================================
---
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/io/TunableAbstractCyWriter.java
2011-06-24 22:45:27 UTC (rev 25930)
+++
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/io/TunableAbstractCyWriter.java
2011-06-24 22:53:59 UTC (rev 25931)
@@ -29,7 +29,7 @@
* @return The file to be written.
*/
@Tunable(description="Select the output file name")
- public final File getOutputFile() {
+ public 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.