Replaced all tabs with spaces in java and pom.xml
[so.git] / common / src / main / java / org / onap / so / client / graphinventory / exceptions / IncorrectNumberOfUriKeys.java
index 121708f..ede8e48 100644 (file)
@@ -22,10 +22,10 @@ package org.onap.so.client.graphinventory.exceptions;
 
 public class IncorrectNumberOfUriKeys extends RuntimeException {
 
-       private static final long serialVersionUID = 2189285428827817518L;
-       
-       public IncorrectNumberOfUriKeys(String message) {
-               super(message);
-       }
+    private static final long serialVersionUID = 2189285428827817518L;
+
+    public IncorrectNumberOfUriKeys(String message) {
+        super(message);
+    }
 
 }