Fix remaining checkstyle warnings.
[unimgr.git] / impl / src / main / java / org / opendaylight / unimgr / command / EvcRemoveCommand.java
index d811aeb24bf8078cc44bddce37003530f1d031eb..8e7457bfcec2a12444ea156e142f57de73fdd179 100644 (file)
@@ -65,8 +65,7 @@ public class EvcRemoveCommand extends AbstractCommand<Link> {
                     }
                 }
             }
-        }
-        else {
+        } else {
             LOG.info("EvcAugmentation is null");
         }
         MdsalUtils.deleteNode(dataBroker, removedEvcIid, LogicalDatastoreType.OPERATIONAL);