Replaced all tabs with spaces in java and pom.xml
[so.git] / common / src / main / java / org / onap / so / client / graphinventory / exceptions / GraphInventoryUriNotFoundException.java
index d2f47a5..6637c89 100644 (file)
@@ -21,9 +21,9 @@
 package org.onap.so.client.graphinventory.exceptions;
 
 public class GraphInventoryUriNotFoundException extends Exception {
-       private static final long serialVersionUID = 2789643165122257833L;
+    private static final long serialVersionUID = 2789643165122257833L;
 
-       public GraphInventoryUriNotFoundException(String message) {
-               super(message);
-       }
+    public GraphInventoryUriNotFoundException(String message) {
+        super(message);
+    }
 }