Upgrade sonar plugin
[vid.git] / vid-app-common / src / main / java / org / openecomp / vid / asdc / beans / SecureService.java
1 package org.openecomp.vid.asdc.beans;
2
3 /**
4  * Created by Oren on 6/27/17.
5  */
6 public class SecureService extends  Service{
7
8     public boolean isPermmited = true;
9 }