Reduce the noise in the toString() of the DisplayObjectProperty requested action

This commit is contained in:
j2blake 2012-03-29 16:37:11 +00:00
parent 71ed58cc2e
commit 96d45d3281

View file

@ -19,6 +19,6 @@ public class DisplayObjectProperty extends RequestedAction {
@Override @Override
public String toString() { public String toString() {
return "DisplayObjectProperty[" + objectProperty + "]"; return "DisplayObjectProperty[" + objectProperty.getLocalName() + "]";
} }
} }