OPNFLWPLUG-1071 : Removal of javax.annotation.Nonnnull and replacement of javax.annot...
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / sal / convertor / action / cases / OfToSalSetTpDstCase.java
index c5758a54b8a2d7ae5069fa78bec792c7ad2c30ec..49f0ca0b991c383a53c35f0205918f3d4965486a 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.action.cases;
 
 import java.util.Optional;
-import javax.annotation.Nonnull;
+import org.eclipse.jdt.annotation.NonNull;
 import org.opendaylight.openflowplugin.api.OFConstants;
 import org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.ConvertorExecutor;
 import org.opendaylight.openflowplugin.openflow.md.core.sal.convertor.action.data.ActionResponseConvertorData;
@@ -26,7 +26,7 @@ public class OfToSalSetTpDstCase extends ConvertorCase<SetTpDstCase, Action, Act
     }
 
     @Override
-    public Optional<Action> process(@Nonnull final SetTpDstCase source, final ActionResponseConvertorData data,
+    public Optional<Action> process(@NonNull final SetTpDstCase source, final ActionResponseConvertorData data,
             ConvertorExecutor convertorExecutor) {
         return Optional.of(new SetTpDstActionCaseBuilder()
                 .setSetTpDstAction(new SetTpDstActionBuilder()