Replaced all tabs with spaces in java and pom.xml
[so.git] / mso-api-handlers / mso-api-handler-infra / src / main / java / org / onap / so / apihandlerinfra / e2eserviceinstancebeans / E2EServiceInstanceDeleteRequest.java
index a920bdf..3335410 100644 (file)
@@ -23,24 +23,24 @@ package org.onap.so.apihandlerinfra.e2eserviceinstancebeans;
 
 public class E2EServiceInstanceDeleteRequest {
 
-       private String globalSubscriberId;
-       
-       private String serviceType;
-
-       public String getGlobalSubscriberId() {
-               return globalSubscriberId;
-       }
-
-       public void setGlobalSubscriberId(String globalSubscriberId) {
-               this.globalSubscriberId = globalSubscriberId;
-       }
-
-       public String getServiceType() {
-               return serviceType;
-       }
-
-       public void setServiceType(String serviceType) {
-               this.serviceType = serviceType;
-       }
-       
+    private String globalSubscriberId;
+
+    private String serviceType;
+
+    public String getGlobalSubscriberId() {
+        return globalSubscriberId;
+    }
+
+    public void setGlobalSubscriberId(String globalSubscriberId) {
+        this.globalSubscriberId = globalSubscriberId;
+    }
+
+    public String getServiceType() {
+        return serviceType;
+    }
+
+    public void setServiceType(String serviceType) {
+        this.serviceType = serviceType;
+    }
+
 }