aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/openecomp/vid/model/SubscriberList.java
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/main/java/org/openecomp/vid/model/SubscriberList.java')
-rw-r--r--vid-app-common/src/main/java/org/openecomp/vid/model/SubscriberList.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/vid-app-common/src/main/java/org/openecomp/vid/model/SubscriberList.java b/vid-app-common/src/main/java/org/openecomp/vid/model/SubscriberList.java
deleted file mode 100644
index 7f593e4d..00000000
--- a/vid-app-common/src/main/java/org/openecomp/vid/model/SubscriberList.java
+++ /dev/null
@@ -1,15 +0,0 @@
-package org.openecomp.vid.model;
-
-import org.openecomp.portalsdk.core.web.support.UserUtils;
-
-import java.util.List;
-
-/**
- * Created by Oren on 7/4/17.
- */
-public class SubscriberList {
-
- public List<Subscriber> customer;
-
-
-}