BUG-7464: Reduce instanceof checks to null checks 76/49876/6
authorRobert Varga <rovarga@cisco.com>
Fri, 30 Dec 2016 15:07:31 +0000 (16:07 +0100)
committerRobert Varga <rovarga@cisco.com>
Mon, 9 Jan 2017 14:17:12 +0000 (15:17 +0100)
commit84d98c1804168e7397c4a30c30fc0f2504dc9fb5
tree5149c339ce31ad11987bc15133f6f2a5dd3f7fcd
parent8e4cbae0fdc2ef75b920fd9791f313b560b7015f
BUG-7464: Reduce instanceof checks to null checks

These instanceof checks function as null checks only,
hence they are not needed.

Change-Id: Iaf4df7a2b0c8b0d8d2e9bd46a02523f0693c07c0
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
third-party/triemap/src/main/java/org/opendaylight/yangtools/triemap/TrieMap.java