Reduce the noise in the toString() of the DisplayObjectProperty requested action
This commit is contained in:
parent
71ed58cc2e
commit
96d45d3281
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ public class DisplayObjectProperty extends RequestedAction {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "DisplayObjectProperty[" + objectProperty + "]";
|
||||
return "DisplayObjectProperty[" + objectProperty.getLocalName() + "]";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue