X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-bierman02%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Fsal%2Frestconf%2Fimpl%2FInstanceIdentifierCodecImplTest.java;fp=restconf%2Frestconf-nb-bierman02%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Fsal%2Frestconf%2Fimpl%2FInstanceIdentifierCodecImplTest.java;h=e85efe1f0d3c19dfbc8ab1dc24475778eeed9eea;hb=cee4ffb9ad70be2129dddd722086f2219f613115;hp=441be7bce6ab7569934d21f8edbb28526c56f80f;hpb=74a5603f11edae5a6c071d35e8a2c33845440df9;p=netconf.git diff --git a/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/netconf/sal/restconf/impl/InstanceIdentifierCodecImplTest.java b/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/netconf/sal/restconf/impl/InstanceIdentifierCodecImplTest.java index 441be7bce6..e85efe1f0d 100644 --- a/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/netconf/sal/restconf/impl/InstanceIdentifierCodecImplTest.java +++ b/restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/netconf/sal/restconf/impl/InstanceIdentifierCodecImplTest.java @@ -17,7 +17,6 @@ import org.junit.Test; import org.opendaylight.controller.md.sal.rest.common.TestRestconfUtils; import org.opendaylight.netconf.sal.restconf.impl.RestCodec.InstanceIdentifierCodecImpl; import org.opendaylight.restconf.common.util.IdentityValuesDTO; -import org.opendaylight.yangtools.concepts.Codec; import org.opendaylight.yangtools.yang.common.QName; import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier; import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates; @@ -27,7 +26,7 @@ import org.opendaylight.yangtools.yang.test.util.YangParserTestUtils; public class InstanceIdentifierCodecImplTest { private static SchemaContext schemaContext; - private Codec instanceIdentifierDTO; + private InstanceIdentifierCodecImpl instanceIdentifierDTO; private YangInstanceIdentifier instanceIdentifierBadNamespace; private YangInstanceIdentifier instanceIdentifierOKList; private YangInstanceIdentifier instanceIdentifierOKLeafList;