()
| 24 | private Map<String,Object> data = new HashMap<>(); |
| 25 | |
| 26 | public String getTopic() { |
| 27 | return topic; |
| 28 | } |
| 29 | |
| 30 | public Event setTopic(String topic) { |
| 31 | this.topic = topic; |
nothing calls this directly
no outgoing calls
no test coverage detected