2004-07-14 Jerry Quinn <jlquinn@optonline.net>
* java/beans/EventHandler.java: Remove debugging statements.
From-SVN: r84715
+2004-07-14 Jerry Quinn <jlquinn@optonline.net>
+
+ * java/beans/EventHandler.java: Remove debugging statements.
+
2004-07-14 Jerry Quinn <jlquinn@optonline.net>
* java/beans/EventHandler.java: New file.
Object val = v[0];
Class propertyType = (Class) v[1];
- System.out.println("ptype="+propertyType.getName());
- System.out.println(" val="+((val==null)?"null":val.toString()));
-
// Find the actual method of target to invoke. We can't do this in the
// constructor since we don't know the type of the property we extracted
// from the event then.