Remove commented methods/fields in APPC
[appc.git] / appc-provider / appc-provider-bundle / src / main / java / org / openecomp / appc / provider / AppcProvider.java
index bdfb4fe..c65cc65 100644 (file)
@@ -246,8 +246,7 @@ public Future<RpcResult<ModifyConfigOutput>> modifyConfig(ModifyConfigInput inpu
         VnfResource vnf = input.getVnfResource();
 
         TopologyService topology = new TopologyService(this);
-        // RpcResult<RestartOutput> result = topology.restart(hdr, vnf);
-        return null;// Futures.immediateFuture(result);
+        return null;
     }
 
     /**