Get rid of JSR305 annotations
[bgpcep.git] / config-loader / routing-policy-config-loader / src / main / java / org / opendaylight / bgpcep / config / loader / routing / policy / OpenconfigRoutingPolicyLoader.java
index 6c175c891726c6df4a2a69627af763124f45fc59..8e600b8e59733f2d47ade4fb607a99ef2feeb7fe 100644 (file)
@@ -5,13 +5,12 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.bgpcep.config.loader.routing.policy;
 
 import static java.util.Objects.requireNonNull;
 
 import java.util.concurrent.ExecutionException;
-import javax.annotation.concurrent.GuardedBy;
+import org.checkerframework.checker.lock.qual.GuardedBy;
 import org.opendaylight.bgpcep.config.loader.spi.ConfigFileProcessor;
 import org.opendaylight.bgpcep.config.loader.spi.ConfigLoader;
 import org.opendaylight.controller.md.sal.binding.api.DataBroker;