Commit 306f0326 by Johannes Edmeier

warning fix

parent c2b85bfb
......@@ -110,7 +110,7 @@ public class OpsGenieNotifier extends AbstractStatusChangeNotifier {
return url.toString();
}
protected HttpEntity createRequest(InstanceEvent event, Instance instance) {
protected HttpEntity<?> createRequest(InstanceEvent event, Instance instance) {
Map<String, Object> body = new HashMap<>();
if (user != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment