mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in RpcProviderImpl.java Assert isn't used in prod runtime
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>
This commit is contained in:
parent
ce506000cd
commit
9f7c379a88
@ -85,7 +85,6 @@ public class RpcProviderImpl implements RpcProvider {
|
||||
|
||||
@Override
|
||||
public boolean initialize() {
|
||||
assert (_transportProvider != null);
|
||||
if (_transportProvider == null)
|
||||
return false;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user