Fix findbugs violations in restconf-nb-rfc8040
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / jersey / providers / spi / AbstractIdentifierAwareJaxRsProvider.java
index ab40b3274a7197b7dd7bc4261f8d4d0a8fe9db71..8028ee94d8cd5c1bd2ccc386f74feda47d654662 100644 (file)
@@ -80,7 +80,7 @@ public abstract class AbstractIdentifierAwareJaxRsProvider<T> implements Message
     private InstanceIdentifierContext<?> getInstanceIdentifierContext() {
         return ParserIdentifier.toInstanceIdentifier(
                 getIdentifier(),
-                SchemaContextHandler.getActualSchemaContext(),
+                SchemaContextHandler.getSchemaContext(),
                 Optional.of(RestConnectorProvider.getMountPointService()));
     }