OpenCollaborationController.Java:fixed sonar issue 21/62021/2
authorArundathi Patil <arundpil@in.ibm.com>
Thu, 23 Aug 2018 08:55:51 +0000 (14:25 +0530)
committerArundathi Patil <arundpil@in.ibm.com>
Fri, 24 Aug 2018 08:38:28 +0000 (08:38 +0000)
Fixed the below sonar issue at line number 40 and 41,
'Remove unused imports'.

Issue-ID: PORTAL-370
Change-Id: Id009380e96bb38391ae90e599e0f90c6344642ca
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
ecomp-portal-BE-os/src/main/java/org/onap/portalapp/controller/OpenCollaborationController.java

index cb80412..14bb8eb 100644 (file)
@@ -3,6 +3,8 @@
  * ONAP Portal
  * ===================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * 
+ * Modifications Copyright (C) 2018 IBM.
  * ===================================================================
  *
  * Unless otherwise specified, all software contained herein is licensed
@@ -36,6 +38,3 @@
  * 
  */
 package org.onap.portalapp.controller;
-
-import java.util.HashMap;
-import java.util.Map;