Pass down predicates instead of the entire predicate node 80/75780/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 5 Sep 2018 22:15:47 +0000 (00:15 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 6 Sep 2018 08:42:02 +0000 (10:42 +0200)
commite8ecfb6f906dfd7e7bff791abf0b601eb71766a8
treead131d5097f1c1b7fa63ffc2ed71e01a5b2d4861
parentd2e80009970418f4755854f0918c5d80afb21a34
Pass down predicates instead of the entire predicate node

Since we are not using the rest of the data, it is much simpler
to just pass down predicates. It also reduces confusion as to
what state we are propagating.

Change-Id: If790fcc2a8d023cb863d09162b25d644b0dd4638
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-data-impl/src/main/java/org/opendaylight/yangtools/yang/data/impl/leafref/LeafRefValidatation.java