Update Renderer Module
[transportpce.git] / renderer / src / main / java / org / opendaylight / transportpce / renderer / provisiondevice / tasks / OlmPowerSetupRollbackTask.java
index 7ce0a7a3d17f4f0f160874d6dd1d0d99ee60e9a5..165dc88106e0ebec63171b989f26a86ced1cb280 100644 (file)
@@ -26,7 +26,7 @@ public class OlmPowerSetupRollbackTask extends RollbackTask {
     private final ServicePowerSetupInput powerSetupInput;
 
     public OlmPowerSetupRollbackTask(String id, boolean isRollbackNecessary, TransportpceOlmService olmService,
-            ServicePowerSetupInput powerSetupInput) {
+                                     ServicePowerSetupInput powerSetupInput) {
         super(id);
         this.isRollbackNecessary = isRollbackNecessary;
         this.olmService = olmService;