Author: mes
Date: 2009-07-09 13:41:03 -0700 (Thu, 09 Jul 2009)
New Revision: 17306
Modified:
core3/work-api/trunk/src/main/java/org/cytoscape/work/AbstractTunableInterceptor.java
Log:
Removed erroneous exception. The point of the handler map is expressly so that
we do not have to re-load tunables every time a tunable gets intercepted.
Modified:
core3/work-api/trunk/src/main/java/org/cytoscape/work/AbstractTunableInterceptor.java
===================================================================
---
core3/work-api/trunk/src/main/java/org/cytoscape/work/AbstractTunableInterceptor.java
2009-07-09 21:11:53 UTC (rev 17305)
+++
core3/work-api/trunk/src/main/java/org/cytoscape/work/AbstractTunableInterceptor.java
2009-07-09 20:41:03 UTC (rev 17306)
@@ -180,8 +180,6 @@
handlerMap.put(obj, handlerList);
}
- else throw new IllegalArgumentException("THE COMMAND IS
EMPTY\nProvide something!");
-
}
/**
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---