From: Robert Varga Date: Sat, 24 Oct 2015 11:29:44 +0000 (+0200) Subject: Remove checks for NormalizedNodeBuilderWrapper X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=58f6e3967ed2c74539b900ce3a0f81924e08d27a;hp=58f6e3967ed2c74539b900ce3a0f81924e08d27a;p=controller.git Remove checks for NormalizedNodeBuilderWrapper 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 ---