Improved code readability / indentation
[unimgr.git] / impl / src / main / java / org / opendaylight / unimgr / command / UniCreateCommand.java
index 764e775249676ca979d7cf5fd8020198076bfac9..d5e66e5bcb2df870c99baa83e11cb889a071c25c 100644 (file)
@@ -163,6 +163,7 @@ public class UniCreateCommand extends AbstractCreateCommand {
                                           .getConnectionInfo()
                                           .getRemoteIp()
                                           .equals(uniAugmentation.getIpAddress())) {
+                                @SuppressWarnings("unchecked")
                                 InstanceIdentifier<Node> ovsdbNodeIid = (InstanceIdentifier<Node>) created.getKey();
                                 Optional<Node> ovsdbNode = UnimgrUtils.readNode(dataBroker,
                                                                                 LogicalDatastoreType.OPERATIONAL,