Sonar Fix

This commit is contained in:
Gary Russell
2022-10-14 13:15:38 -04:00
parent 93ad8dde38
commit 3c957f9ca9

View File

@@ -419,7 +419,7 @@ public final class BrokerRunningSupport {
body = response.getBody();
}
return body != null
? response.getBody().equals("{\"status\":\"ok\"}")
? body.equals("{\"status\":\"ok\"}")
: false;
}