Add missing break statement in server heartbeat's event type switch
This commit is contained in:
parent
c7a84e6e63
commit
f49135a781
@ -177,6 +177,8 @@ public final class POSTServersHeartbeat implements Handler<RoutingContext> {
|
||||
}
|
||||
});
|
||||
}));
|
||||
|
||||
break;
|
||||
default:
|
||||
log.warn("Recieved event with unknown type " + type + ".");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user