EventHandler.java: Remove debugging statements.
2004-07-14 Jerry Quinn <jlquinn@optonline.net> * java/beans/EventHandler.java: Remove debugging statements. From-SVN: r84715
This commit is contained in:
parent
12e8e7ea6d
commit
ade1907ddb
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
@ -242,9 +242,6 @@ public class EventHandler implements InvocationHandler
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user