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
2 changed files with 4 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue