Replaced all tabs with spaces in java and pom.xml
[so.git] / bpmn / MSOCommonBPMN / src / main / java / org / onap / so / client / appc / ApplicationControllerOrchestratorException.java
index 2532e48..58e566e 100644 (file)
@@ -22,15 +22,14 @@ package org.onap.so.client.appc;
 
 public class ApplicationControllerOrchestratorException extends Exception {
 
-       private final int appcCode;
-       
-       public ApplicationControllerOrchestratorException(String message, int code) {
-               super(message);
-               appcCode = code;
-       }
-       
-       public int getAppcCode()
-       {
-               return appcCode;
-       }
+    private final int appcCode;
+
+    public ApplicationControllerOrchestratorException(String message, int code) {
+        super(message);
+        appcCode = code;
+    }
+
+    public int getAppcCode() {
+        return appcCode;
+    }
 }