clean some compilation warnings
[transportpce.git] / renderer / src / test / java / org / opendaylight / transportpce / renderer / stub / OlmServiceStub.java
index 47308807966cc881b00e622f0c0afc7e19585990..8822b9b76e57aee7753526d6b6f7f2c6e8db60a7 100644 (file)
@@ -51,11 +51,13 @@ public class OlmServiceStub implements OlmService {
         return null;
     }
 
-    @Override public ListenableFuture<RpcResult<ServicePowerResetOutput>> servicePowerReset(ServicePowerResetInput input) {
+    @Override public ListenableFuture<RpcResult<ServicePowerResetOutput>>
+        servicePowerReset(ServicePowerResetInput input) {
         return null;
     }
 
-    @Override public ListenableFuture<RpcResult<ServicePowerSetupOutput>> servicePowerSetup(ServicePowerSetupInput input) {
+    @Override public ListenableFuture<RpcResult<ServicePowerSetupOutput>>
+        servicePowerSetup(ServicePowerSetupInput input) {
         return RpcResultBuilder.success(new ServicePowerSetupOutputBuilder().build()).buildFuture();
     }
 }