Reduce JSR305 proliferation
[controller.git] / opendaylight / md-sal / mdsal-trace / dom-impl / src / main / java / org / opendaylight / controller / md / sal / trace / closetracker / impl / AbstractCloseTracked.java
index 785e2ef6ae86e1b154c447bc469b636c54582152..fa27d98e895b70699250027653c43ff3f0bcc434 100644 (file)
@@ -7,7 +7,7 @@
  */
 package org.opendaylight.controller.md.sal.trace.closetracker.impl;
 
-import javax.annotation.Nullable;
+import org.eclipse.jdt.annotation.Nullable;
 
 /**
  * Convenience abstract base class for {@link CloseTracked} implementors.