Switch to JDT annotations for Nullable and NonNull
[netvirt.git] / qosservice / impl / src / main / java / org / opendaylight / netvirt / qosservice / QosAlertThresholdCLI.java
index dceed36b2d0587530f01eefa60167ae857eff1a7..31c3ba41c9ba268416a012289b58f1478452ea45 100644 (file)
@@ -8,10 +8,10 @@
 
 package org.opendaylight.netvirt.qosservice;
 
-import javax.annotation.Nullable;
 import org.apache.karaf.shell.commands.Argument;
 import org.apache.karaf.shell.commands.Command;
 import org.apache.karaf.shell.console.OsgiCommandSupport;
+import org.eclipse.jdt.annotation.Nullable;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;