Skip to content

Commit

Permalink
Remove EffectiveModelContext{Listener,Provider}
Browse files Browse the repository at this point in the history
EffectiveModelContextProvider was just a provider of modelContext:
opendaylight/yangtools@fd91e72

JIRA:LIGHTY-284
Signed-off-by: tobias.pobocik <[email protected]>
  • Loading branch information
Tobianas authored and ihrasko committed May 7, 2024
1 parent d65faec commit 165907b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public TrackingXmlParserStream parse(final XMLStreamReader reader) throws XMLStr
if (reader.hasNext()) {
reader.nextTag();
final var nodeDataWithSchema = AbstractNodeDataWithSchema.of(parentNode);
final SchemaInferenceStack schemaIS = SchemaInferenceStack.of(codecs.getEffectiveModelContext());
final SchemaInferenceStack schemaIS = SchemaInferenceStack.of(codecs.modelContext());
read(reader, nodeDataWithSchema, reader.getLocalName(), tree, schemaIS);
nodeDataWithSchema.write(writer);
}
Expand Down

0 comments on commit 165907b

Please sign in to comment.