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:
Rafael da Fonseca 2015-06-14 21:46:35 +02:00 committed by Daan Hoogland
parent ce506000cd
commit 9f7c379a88

View File

@ -85,7 +85,6 @@ public class RpcProviderImpl implements RpcProvider {
@Override
public boolean initialize() {
assert (_transportProvider != null);
if (_transportProvider == null)
return false;