Migrate nullness annotations to JDT
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / meta / DeclaredStatement.java
index 22089dd26a0f62c9fb2c4bce8042796fb59a5735..ca2132e06b47f5016af6dc8e987a051d857c17b9 100644 (file)
@@ -14,8 +14,8 @@ import com.google.common.collect.Collections2;
 import java.util.Collection;
 import java.util.Optional;
 import java.util.stream.Stream;
-import javax.annotation.Nullable;
 import org.eclipse.jdt.annotation.NonNull;
+import org.eclipse.jdt.annotation.Nullable;
 
 /**
  * Represents declared statement.