Fix license headers
[ccsdk/sli/adaptors.git] / resource-assignment / provider / src / main / java / org / openecomp / sdnc / util / vrf / VpnParam.java
index a9d6950..4e262ba 100644 (file)
@@ -2,8 +2,8 @@
  * ============LICENSE_START=======================================================
  * openECOMP : SDN-C
  * ================================================================================
- * Copyright (C) 2017 ONAP Intellectual Property. All rights
- *                                             reserved.
+ * Copyright (C) 2017 AT&T Intellectual Property. All rights
+ *                     reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -23,8 +23,8 @@ package org.openecomp.sdnc.util.vrf;
 
 public class VpnParam {
 
-       public String vpnId;
-       public String siteType;
-       public String spokeServiceInstanceId;
-       public String routeGroupName;
+    public String vpnId;
+    public String siteType;
+    public String spokeServiceInstanceId;
+    public String routeGroupName;
 }