Fix template generator for R2
[vfc/nfvo/driver/vnfm/svnfm.git] / nokiav2 / driver / src / main / java / org / onap / vfc / nfvo / driver / vnfm / svnfm / nokia / vnfm / notification / LifecycleChangeNotificationManager.java
index c4cd434..8d5ad49 100644 (file)
@@ -218,11 +218,9 @@ public class LifecycleChangeNotificationManager implements ILifecycleChangeNotif
             } else {
                 return handleFailure(operationExecution);
             }
-        }
-        catch(OperationMustBeAborted handledFailuire){
+        } catch (OperationMustBeAborted handledFailuire) {
             throw handledFailuire;
-        }
-        catch (Exception e) {
+        } catch (Exception e) {
             logger.warn("Unable to build affected connection points", e);
             return toleratedFailure();
         }