Split out AbstractValidation 90/93890/3
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 19 Nov 2020 21:30:20 +0000 (22:30 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 19 Nov 2020 23:01:57 +0000 (00:01 +0100)
MinMaxElementsValidation performs a useful role as a template for
how we can create simple subtree validations. Split the common bits
into AbstractValidation and elinate code duplication by doing some
trickery.

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

No differences found