Upgrade sonar plugin
[vid.git] / vid-app-common / src / main / java / org / openecomp / vid / model / SubscriberList.java
1 package org.openecomp.vid.model;
2
3 import org.openecomp.portalsdk.core.web.support.UserUtils;
4
5 import java.util.List;
6
7 /**
8  * Created by Oren on 7/4/17.
9  */
10 public class SubscriberList {
11
12     public List<Subscriber> customer;
13
14
15 }