Bump odlparent to 5.0.0
[openflowplugin.git] / applications / of-switch-config-pusher / src / main / java / org / opendaylight / openflowplugin / openflow / ofswitch / config / DefaultConfigPusher.java
index d8f2d94cdad73cdb2ca06718e53130199d404f72..f6fca45e8ac96694cf2c4fcf8b4c8e376b3e1df5 100644 (file)
@@ -11,7 +11,6 @@ package org.opendaylight.openflowplugin.openflow.ofswitch.config;
 import com.google.common.base.Preconditions;
 import java.util.Collection;
 import java.util.concurrent.Future;
-import javax.annotation.Nonnull;
 import javax.annotation.PostConstruct;
 import javax.annotation.PreDestroy;
 import javax.inject.Inject;
@@ -87,7 +86,7 @@ public class DefaultConfigPusher implements AutoCloseable, ClusteredDataTreeChan
     }
 
     @Override
-    public void onDataTreeChanged(@Nonnull final Collection<DataTreeModification<FlowCapableNode>> modifications) {
+    public void onDataTreeChanged(final Collection<DataTreeModification<FlowCapableNode>> modifications) {
         for (DataTreeModification<FlowCapableNode> modification : modifications) {
             if (modification.getRootNode().getModificationType() == ModificationType.WRITE) {
                 String nodeId = modification.getRootPath().getRootIdentifier()