Sonar Fix- Removed Unused private field 81/91081/1
authorSudarshan Kumar <sudars19@in.ibm.com>
Tue, 9 Jul 2019 11:21:26 +0000 (16:51 +0530)
committerSudarshan Kumar <sudars19@in.ibm.com>
Tue, 9 Jul 2019 11:22:27 +0000 (16:52 +0530)
Sonar Fix- Removed Unused private field

Issue-ID: APPC-1629
Change-Id: Iaab259140e29200473147097c552f75783e5cd0d
Signed-off-by: Sudarshan Kumar <sudars19@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

index e5d73aa..9877ae3 100644 (file)
@@ -59,7 +59,6 @@ public class RebootServer extends ProviderServerOperation {
     private static final Configuration config = ConfigurationFactory.getConfiguration();
     private static final Integer NO_OF_ATTEMPTS = 30;
     private static final Integer RETRY_INTERVAL = 10;
-    private static final int MILLI_SECONDS = 1000;
 
     @Override
     protected ModelObject executeProviderOperation(Map<String, String> params, SvcLogicContext context)