Move AbstractEffectiveDocumentedNodeWithStatus to yang-model-spi 25/95525/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 18 Mar 2021 12:22:45 +0000 (13:22 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 18 Mar 2021 12:24:00 +0000 (13:24 +0100)
commitdfc492752b1fd2b965796e12f9893e0bcbe6fa1b
treea3cffc1ae716e189ef4c6957774c8365e94260ae
parentce556199b305a5b580b18411b404920c1e479b00
Move AbstractEffectiveDocumentedNodeWithStatus to yang-model-spi

While the usage of this class is declining rapidly, it is independent
of yang-parser-spi constructs and hence can easily be hosted
in yang-model-spi instead. Move it.

JIRA: YANGTOOLS-1225
Change-Id: Ieca37d642d9fe77a187e2afc39538f0dfd0f957e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-model-spi/src/main/java/org/opendaylight/yangtools/yang/model/spi/meta/AbstractEffectiveDocumentedNodeWithStatus.java [moved from yang/yang-parser-rfc7950/src/main/java/org/opendaylight/yangtools/yang/parser/rfc7950/stmt/AbstractEffectiveDocumentedNodeWithStatus.java with 92% similarity]
yang/yang-parser-rfc7950/src/main/java/org/opendaylight/yangtools/yang/parser/rfc7950/stmt/UnknownEffectiveStatementBase.java