Removed unused imports 39/84439/1
authorJegadeesh Babu <jegabab1@in.ibm.com>
Sun, 7 Apr 2019 15:47:53 +0000 (21:17 +0530)
committerJegadeesh Babu <jegabab1@in.ibm.com>
Sun, 7 Apr 2019 15:48:38 +0000 (21:18 +0530)
Sonar fix

Issue-ID: APPC-1567
Change-Id: Iec6ce8b197e958e69e108708c056f00cca3b9c66
Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
appc-adapters/appc-ansible-adapter/appc-ansible-adapter-bundle/src/main/java/org/onap/appc/adapter/ansible/impl/ConnectionBuilder.java

index c96b9d5..29afc63 100644 (file)
@@ -6,7 +6,7 @@
  * ================================================================================
  * Copyright (C) 2017 Amdocs
  * ================================================================================
- * Modifications Copyright © 2018 IBM.
+ * Modifications Copyright © 2018-2019 IBM.
  * =============================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -58,7 +58,6 @@ import org.onap.appc.adapter.ansible.model.AnsibleResultCodes;
 import com.att.eelf.configuration.EELFLogger;
 import com.att.eelf.configuration.EELFManager;
 import org.json.JSONObject;
-import javax.net.ssl.SSLException;
 import org.onap.appc.exceptions.APPCException;
 import org.apache.commons.lang.StringUtils;