Author: mmichaud
Date: 2009-03-16 06:52:07 -0700 (Mon, 16 Mar 2009)
New Revision: 16280

Modified:
   
core3/work-tunable-props-impl/trunk/src/main/java/org/cytoscape/work/internal/props/LoadPropsInterceptor.java
   
core3/work-tunable-props-impl/trunk/src/main/java/org/cytoscape/work/internal/props/StorePropsInterceptor.java
Log:


Modified: 
core3/work-tunable-props-impl/trunk/src/main/java/org/cytoscape/work/internal/props/LoadPropsInterceptor.java
===================================================================
--- 
core3/work-tunable-props-impl/trunk/src/main/java/org/cytoscape/work/internal/props/LoadPropsInterceptor.java
       2009-03-16 13:51:52 UTC (rev 16279)
+++ 
core3/work-tunable-props-impl/trunk/src/main/java/org/cytoscape/work/internal/props/LoadPropsInterceptor.java
       2009-03-16 13:52:07 UTC (rev 16280)
@@ -28,4 +28,7 @@
                }
                return true;
        }
+       
+       public void handle(){}
+       public void setParent(Object o) {};
 }

Modified: 
core3/work-tunable-props-impl/trunk/src/main/java/org/cytoscape/work/internal/props/StorePropsInterceptor.java
===================================================================
--- 
core3/work-tunable-props-impl/trunk/src/main/java/org/cytoscape/work/internal/props/StorePropsInterceptor.java
      2009-03-16 13:51:52 UTC (rev 16279)
+++ 
core3/work-tunable-props-impl/trunk/src/main/java/org/cytoscape/work/internal/props/StorePropsInterceptor.java
      2009-03-16 13:52:07 UTC (rev 16280)
@@ -27,4 +27,7 @@
                }
                return true;
        }
+       
+       public void handle(){};
+       public void setParent(Object o){};
 }


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