mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue