Returns a String presentation of this router @return A String presentation of this router
()
| 651 | * @return A String presentation of this router |
| 652 | */ |
| 653 | public String toString() { |
| 654 | return getClass().getSimpleName() + " of " + |
| 655 | this.getHost().toString() + " with " + getNrofMessages() |
| 656 | + " messages"; |
| 657 | } |
| 658 | } |
nothing calls this directly
no test coverage detected