Reparent BaseQNameStatementSupport 34/92234/3
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 22 Aug 2020 17:11:03 +0000 (19:11 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 22 Aug 2020 17:42:25 +0000 (19:42 +0200)
BaseQNameStatementSupport is a specialization of BaseStatementSupport,
reparent it as appropriate. This allows us to finally encapsulate
statement creation completely within BaseStatementSupport.

Since we are ending up with no users for the argument-specialized
subclasses of AbstractStatementSupport, remove these as well.

JIRA: YANGTOOLS-1121
Change-Id: Ief35ca52ff120fef15565a1b44423b95a2defce1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found