Move dataTree/schemaTree to AbstractEffectiveModule 49/87449/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 5 Feb 2020 11:49:41 +0000 (12:49 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 5 Feb 2020 12:51:39 +0000 (13:51 +0100)
commit72cc0e5c929d983cfcba8a6c69ecfe1292a16f07
treecd6bcfbf26ab2f531795b28cf5179a70f31ab7c8
parent99a48f6728159c9a10e9f3c3338d3dab610e378c
Move dataTree/schemaTree to AbstractEffectiveModule

There are no subclasses of AbstractSchemaEffectiveDocumentedNode
which would take advantage of the functionality here except
AbstractEffectiveModule. Remove the fields and utilites and tailor
them to the needs of AbstractEffectiveModule.

JIRA: YANGTOOLS-1065
Change-Id: I6b8be83295b30b307a0cb4ebaa994cecc0947a26
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-parser-rfc7950/src/main/java/org/opendaylight/yangtools/yang/parser/rfc7950/stmt/AbstractEffectiveModule.java
yang/yang-parser-rfc7950/src/main/java/org/opendaylight/yangtools/yang/parser/rfc7950/stmt/AbstractSchemaEffectiveDocumentedNode.java