Remove DataNodeIterator 87/88087/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 27 Feb 2020 08:32:19 +0000 (09:32 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 27 Feb 2020 08:33:28 +0000 (09:33 +0100)
commit18b693dbcefdb83a0673939aacc401b1ca91fd69
treed71d0a8916c279afc706ffd4ac374ee31120f490
parent9c43a3b292862dd7f39c5fe302bbcf297c92ab84
Remove DataNodeIterator

This utility is superfluous as we have a more general/efficient
ways of achieving the same result. Remove it and migrate the tests
to test generic infra.

Change-Id: I16bd9b8b6f86e64da3c45e6f0441e97f951fb7cb
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-model-util/src/main/java/org/opendaylight/yangtools/yang/model/util/DataNodeIterator.java [deleted file]
yang/yang-model-util/src/test/java/org/opendaylight/yangtools/yang/model/util/DataNodeIteratorTest.java [deleted file]
yang/yang-model-util/src/test/java/org/opendaylight/yangtools/yang/model/util/SchemaNodeUtilsTest.java