Author: ruschein
Date: 2010-10-13 16:26:17 -0700 (Wed, 13 Oct 2010)
New Revision: 22231
Modified:
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/tests/tunables/TunablesTestTask.java
Log:
Fixed my fix: only getters must be annotated and *not* setters.
Modified:
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/tests/tunables/TunablesTestTask.java
===================================================================
---
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/tests/tunables/TunablesTestTask.java
2010-10-13 23:18:06 UTC (rev 22230)
+++
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/tests/tunables/TunablesTestTask.java
2010-10-13 23:26:17 UTC (rev 22231)
@@ -129,9 +129,9 @@
public void cancel() {
}
+ @Tunable(description="Getter/setter int")
public Integer getInt() { return new Integer(getterSetterInt); }
- @Tunable(description="Getter/setter int")
public void setInt(final Integer newValue) { getterSetterInt =
newValue; }
public boolean tunablesAreValid(final Appendable errMsg) {
--
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.