Return a string representation of this event.
()
| 88 | * Return a string representation of this event. |
| 89 | */ |
| 90 | @Override |
| 91 | public String toString() { |
| 92 | return "ContainerEvent['" + getContainer() + "','" + getType() + "','" + getData() + "']"; |
| 93 | } |
| 94 | } |
nothing calls this directly
no test coverage detected