Bump yangtools to 2.1.10
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / services / simple / impl / FakeRestconfModule.java
index 8dcc91c214ed52e1ee36aebc1074db150a276b68..72a03127cf6024518857674c47ed93b62228efda 100644 (file)
@@ -188,7 +188,7 @@ final class FakeRestconfModule implements Module {
 
     @Override
     public List<UnknownSchemaNode> getUnknownSchemaNodes() {
-        throw new UnsupportedOperationException("Operation not implemented.");
+        return ImmutableList.of();
     }
 
     @Override