Switch to JDT annotations for Nullable and NonNull
[netvirt.git] / sfc / translator / src / main / java / org / opendaylight / netvirt / sfc / translator / SfcMdsalHelper.java
index e68a2de06f91ee5e1661558e9b0314ab1099bb04..f3b1fd0c5897206f7005904ca6db49503a15a10b 100644 (file)
@@ -8,7 +8,7 @@
 
 package org.opendaylight.netvirt.sfc.translator;
 
-import javax.annotation.Nullable;
+import org.eclipse.jdt.annotation.Nullable;
 import org.opendaylight.controller.md.sal.binding.api.DataBroker;
 import org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType;
 import org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException;