Returns a message by ID. @param id ID of the message @return The message
(String id)
| 189 | * @return The message |
| 190 | */ |
| 191 | protected Message getMessage(String id) { |
| 192 | return this.messages.get(id); |
| 193 | } |
| 194 | |
| 195 | /** |
| 196 | * Checks if this router has a message with certain id buffered. |
no test coverage detected