Replaced all tabs with spaces in java and pom.xml
[so.git] / adapters / mso-adapters-rest-interface / src / main / java / org / onap / so / adapters / tenantrest / RollbackTenantResponse.java
index 25b77b3..a64f889 100644 (file)
@@ -27,15 +27,15 @@ import javax.xml.bind.annotation.XmlRootElement;
 @XmlRootElement(name = "rollbackTenantResponse")
 public class RollbackTenantResponse {
 
-       private Boolean tenantRolledback;
+    private Boolean tenantRolledback;
 
-       public RollbackTenantResponse() {}
-       
-       public Boolean getTenantRolledback() {
-               return tenantRolledback;
-       }
+    public RollbackTenantResponse() {}
 
-       public void setTenantRolledback(Boolean tenantRolledback) {
-               this.tenantRolledback = tenantRolledback;
-       }
+    public Boolean getTenantRolledback() {
+        return tenantRolledback;
+    }
+
+    public void setTenantRolledback(Boolean tenantRolledback) {
+        this.tenantRolledback = tenantRolledback;
+    }
 }