Remove checks for NormalizedNodeBuilderWrapper 73/28773/5
authorRobert Varga <rovarga@cisco.com>
Sat, 24 Oct 2015 11:29:44 +0000 (13:29 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 27 Oct 2015 19:19:40 +0000 (19:19 +0000)
Interface contract already guarantees returned objects are subclasses of
NormalizedNodeBuilderWrapper, the instanceof guards only non-nullness.

Switch to explicit assertNotNull() to reduce eclipse warnings.

Change-Id: Ibf0d73752c6e1ebeacbb10677e2f11f185098bd9
Signed-off-by: Robert Varga <rovarga@cisco.com>

No differences found