Skip to content

Commit

Permalink
Remove EffectiveModelContext{Listener,Provider}
Browse files Browse the repository at this point in the history
opendaylight/yangtools@fd91e72

JIRA:LIGHTY-284
Signed-off-by: tobias.pobocik <[email protected]>
  • Loading branch information
Tobianas committed Apr 23, 2024
1 parent 0e56e82 commit 0088eb4
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 0088eb4

Please sign in to comment.