Sonar fix: ParseParam.java 40/75140/1
authorArundathi Patil <arundpil@in.ibm.com>
Fri, 28 Dec 2018 18:32:42 +0000 (00:02 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Fri, 28 Dec 2018 18:32:53 +0000 (00:02 +0530)
Fixed sonar issues/code-smells across this file

Issue-ID: CCSDK-883
Change-Id: I69b08b1b9bd94df2815f8957f2f50527ac8b67fc
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
sshapi-call-node/provider/src/main/java/org/onap/ccsdk/sli/plugins/sshapicall/model/ParseParam.java

index a72bc7b..35c1087 100644 (file)
@@ -7,6 +7,8 @@
  * Copyright (C) 2018 Samsung Electronics. All rights
  *                     reserved.
  * ================================================================================
+ * Modifications Copyright © 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
@@ -32,12 +34,6 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 import java.io.ByteArrayInputStream;
-import java.io.ByteArrayOutputStream;
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileNotFoundException;
-import java.io.IOException;
-import java.io.InputStream;
 import java.nio.charset.StandardCharsets;
 import java.util.Collections;
 import java.util.HashSet;