From 59eb808861b5e8a67534134b23f53dca048260fe Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Thu, 23 Aug 2018 14:25:51 +0530 Subject: [PATCH] OpenCollaborationController.Java:fixed sonar issue 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 --- .../org/onap/portalapp/controller/OpenCollaborationController.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ecomp-portal-BE-os/src/main/java/org/onap/portalapp/controller/OpenCollaborationController.java b/ecomp-portal-BE-os/src/main/java/org/onap/portalapp/controller/OpenCollaborationController.java index cb804126..14bb8eb4 100644 --- a/ecomp-portal-BE-os/src/main/java/org/onap/portalapp/controller/OpenCollaborationController.java +++ b/ecomp-portal-BE-os/src/main/java/org/onap/portalapp/controller/OpenCollaborationController.java @@ -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; -- 2.16.6