Bump odlparent to 5.0.0
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / connection / listener / HandshakeListenerImpl.java
index d8b41b16fe7af7f5dc6b031a82e007f7b9f8444b..a29921a0ed76645ba84e6bd284527bb6cf0cdd0a 100644 (file)
@@ -13,7 +13,6 @@ import com.google.common.util.concurrent.Futures;
 import com.google.common.util.concurrent.JdkFutureAdapters;
 import com.google.common.util.concurrent.ListenableFuture;
 import com.google.common.util.concurrent.MoreExecutors;
-import javax.annotation.Nullable;
 import org.opendaylight.openflowplugin.api.openflow.connection.ConnectionContext;
 import org.opendaylight.openflowplugin.api.openflow.connection.ConnectionStatus;
 import org.opendaylight.openflowplugin.api.openflow.connection.HandshakeContext;
@@ -69,7 +68,7 @@ public class HandshakeListenerImpl implements HandshakeListener {
         return new FutureCallback<RpcResult<BarrierOutput>>() {
             @Override
             @SuppressWarnings("checkstyle:IllegalCatch")
-            public void onSuccess(@Nullable final RpcResult<BarrierOutput> result) {
+            public void onSuccess(final RpcResult<BarrierOutput> result) {
                 if (LOG.isDebugEnabled()) {
                     LOG.debug("succeeded by getting sweep barrier after post-handshake for device {}",
                             connectionContext.getDeviceInfo());