Fixed sonar issues in CreateSapshot.java 84/75184/1
authorezhil <ezhrajam@in.ibm.com>
Wed, 2 Jan 2019 12:12:58 +0000 (17:42 +0530)
committerezhil <ezhrajam@in.ibm.com>
Wed, 2 Jan 2019 12:13:17 +0000 (17:43 +0530)
Change-Id: Ib3c1e84cdbec3e2698f55b13c038afdf9e51d294
Issue-ID: APPC-1298
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
appc-adapters/appc-iaas-adapter/appc-iaas-adapter-bundle/src/main/java/org/onap/appc/adapter/iaas/provider/operation/impl/CreateSnapshot.java

index 2bf060a..8c9f47c 100644 (file)
@@ -6,6 +6,8 @@
  * ================================================================================
  * Copyright (C) 2017 Amdocs
  * =============================================================================
+ * Modifications Copyright (C) 2018 IBM.
+ * =============================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
@@ -51,11 +53,9 @@ import org.onap.appc.exceptions.APPCException;
 import org.onap.appc.i18n.Msg;
 import org.onap.appc.logging.LoggingConstants;
 import org.slf4j.MDC;
-import java.text.DateFormat;
 import java.text.SimpleDateFormat;
 import java.util.Date;
 import java.util.Map;
-import java.util.TimeZone;
 import static org.onap.appc.adapter.iaas.provider.operation.common.constants.Constants.DATE_FORMAT;
 import static org.onap.appc.adapter.utils.Constants.ADAPTER_NAME;