Hide SourceSpecificContext and make it final 71/87671/9
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 13 Feb 2020 12:27:40 +0000 (13:27 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 13 Feb 2020 12:53:53 +0000 (13:53 +0100)
commitc3721fa44d98e8227a2b78b00c09a3ac02c72329
tree1dfc0d2af15bd6814bfaed9ba9c43797a8067699
parent1b8594268295539663e56148d5abeb66edc19067
Hide SourceSpecificContext and make it final

This class is used only by the reactor, hide it from outside view
and make it explicitly final. Also remove methods forwarding to
BuildGlobalContext, as they have a single caller which can perform
the dispatch itself.

JIRA: YANGTOOLS-652
Change-Id: I9c6ef4eb599a9d703ec599fb1b76f175c5e8066c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-parser-reactor/src/main/java/org/opendaylight/yangtools/yang/parser/stmt/reactor/RootStatementContext.java
yang/yang-parser-reactor/src/main/java/org/opendaylight/yangtools/yang/parser/stmt/reactor/SourceSpecificContext.java