Remove Unused Import 80/92880/1
authoranushadasari <danush10@in.ibm.com>
Wed, 7 Aug 2019 11:48:14 +0000 (17:18 +0530)
committeranushadasari <danush10@in.ibm.com>
Wed, 7 Aug 2019 11:48:30 +0000 (17:18 +0530)
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.
Unused and useless imports should not occur if that is the case.
Leaving them in reduces the code's readability, since their presence can be confusing.

Issue-ID: VID-563
Change-Id: Id88ce00cca08b58e0ac4beb60026c9dae5dd892e
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/java/org/onap/vid/model/Subscriber.java

index 9ec917d..6b75b6d 100644 (file)
@@ -24,8 +24,6 @@ package org.onap.vid.model;
 import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
 import com.fasterxml.jackson.annotation.JsonProperty;
 
-import java.util.Map;
-
 /**
  * Created by Oren on 7/4/17.
  */