Bump upstream versions
[netconf.git] / netconf / sal-netconf-connector / src / main / java / org / opendaylight / netconf / sal / connect / netconf / schema / mapping / BaseNetconfSchemas.java
index 666d529af81ed3c173a7df9a31ff4ebf8f4bab8f..632fe93fddd087ec640488f1d427221dd08cba7d 100644 (file)
@@ -9,11 +9,11 @@ package org.opendaylight.netconf.sal.connect.netconf.schema.mapping;
 
 import com.google.common.annotations.Beta;
 import org.eclipse.jdt.annotation.NonNullByDefault;
-import org.opendaylight.yangtools.concepts.Immutable;
 
 @Beta
 @NonNullByDefault
-public interface BaseNetconfSchemas extends Immutable {
+// FIXME: implements Immutable once we do not use Blueprint, or ARIES-2078 is fixed
+public interface BaseNetconfSchemas {
 
     BaseSchema getBaseSchema();