Author: ruschein
Date: 2010-10-20 12:30:11 -0700 (Wed, 20 Oct 2010)
New Revision: 22316

Modified:
   
core3/work-api/trunk/src/main/java/org/cytoscape/work/AbstractTunableHandler.java
Log:
Decided to make a couple of protected data members private.

Modified: 
core3/work-api/trunk/src/main/java/org/cytoscape/work/AbstractTunableHandler.java
===================================================================
--- 
core3/work-api/trunk/src/main/java/org/cytoscape/work/AbstractTunableHandler.java
   2010-10-20 17:53:22 UTC (rev 22315)
+++ 
core3/work-api/trunk/src/main/java/org/cytoscape/work/AbstractTunableHandler.java
   2010-10-20 19:30:11 UTC (rev 22316)
@@ -20,8 +20,8 @@
        final private Field field;
        final private Method getter;
        final private Method setter;
-       final protected Object instance; // TODO: should this be private?
-       final protected Tunable tunable; // TODO: should this be private?
+       final private Object instance;
+       final private Tunable tunable;
 
        /** Standard base class constructor for <code>TunableHandler</code>s 
that deal with
         *  <code>Tunable</code>s that annotate a field.

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