BUG-7464: clean up CNode.dual() call convention 49/49949/9
authorRobert Varga <rovarga@cisco.com>
Mon, 2 Jan 2017 17:11:15 +0000 (18:11 +0100)
committerRobert Varga <rovarga@cisco.com>
Tue, 10 Jan 2017 19:12:11 +0000 (20:12 +0100)
commit88a92ba9395d82a38dd2250451a2c88bfe9ed63f
tree0e92a20908bb9b97458897240c30605a895b135a
parentb323c5454431f92bfc0558c82bd79a909482909d
BUG-7464: clean up CNode.dual() call convention

Update package-protected entrypoint to not require the second
SNode, as it can be easily instantiated. This makes the callers
a bit less verbose and allows us to adjust the recursive part
as needed.

Change-Id: Ic9b97fe23143b3a5cdab57750958237072dcda1e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
third-party/triemap/src/main/java/org/opendaylight/yangtools/triemap/CNode.java
third-party/triemap/src/main/java/org/opendaylight/yangtools/triemap/INode.java