Major- Unused "context" local variable. 55/92255/1
authoranushadasari <danush10@in.ibm.com>
Tue, 30 Jul 2019 09:19:51 +0000 (14:49 +0530)
committeranushadasari <danush10@in.ibm.com>
Tue, 30 Jul 2019 09:20:18 +0000 (14:50 +0530)
commitaa0071848512c5570b6f218514716ace958ec7a8
tree9e9c6b5d1684ecc8ebffe67a408fa0362c182ed9
parent3e71b91278d81f46d7f5f187bfd928edf4b64c89
Major- Unused "context" local variable.

If a local variable is declared but not used, it is dead code and should be removed. Doing so will improve maintainability because developers will not wonder what the variable is used for.

Issue-ID: APPC-1675
Change-Id: I9cccd6fd529591cbbe7095cce9d5687a712f42d9
Signed-off-by: anushadasari <danush10@in.ibm.com>
appc-adapters/appc-iaas-adapter/appc-iaas-adapter-bundle/src/main/java/org/onap/appc/adapter/iaas/provider/operation/impl/RebootServer.java