Replaced all tabs with spaces in java and pom.xml
[so.git] / common / src / main / java / org / onap / so / client / graphinventory / exceptions / GraphInventoryPatchDepthExceededException.java
index 07af130..fe5f159 100644 (file)
@@ -22,10 +22,10 @@ package org.onap.so.client.graphinventory.exceptions;
 
 public class GraphInventoryPatchDepthExceededException extends RuntimeException {
 
-       private static final long serialVersionUID = -3740429832086738907L;
-       
-       
-       public GraphInventoryPatchDepthExceededException(String payload) {
-               super("Object exceeds allowed depth for update action: " + payload);
-       }
+    private static final long serialVersionUID = -3740429832086738907L;
+
+
+    public GraphInventoryPatchDepthExceededException(String payload) {
+        super("Object exceeds allowed depth for update action: " + payload);
+    }
 }