Author: mmichaud
Date: 2009-03-18 10:53:44 -0700 (Wed, 18 Mar 2009)
New Revision: 16305
Modified:
core3/work-tunable-props-impl/trunk/src/main/java/org/cytoscape/work/internal/props/PropHandlerFactory.java
Log:
Modified:
core3/work-tunable-props-impl/trunk/src/main/java/org/cytoscape/work/internal/props/PropHandlerFactory.java
===================================================================
---
core3/work-tunable-props-impl/trunk/src/main/java/org/cytoscape/work/internal/props/PropHandlerFactory.java
2009-03-18 02:34:16 UTC (rev 16304)
+++
core3/work-tunable-props-impl/trunk/src/main/java/org/cytoscape/work/internal/props/PropHandlerFactory.java
2009-03-18 17:53:44 UTC (rev 16305)
@@ -1,6 +1,7 @@
package org.cytoscape.work.internal.props;
import java.lang.reflect.Field;
+import java.lang.reflect.Method;
import java.io.File;
import java.net.URL;
@@ -46,4 +47,8 @@
return null;
}
+ public PropHandler getHandler(Method m, Object o, Tunable t) {
+ return null;
+ }
+
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---