Replaced all tabs with spaces in java and pom.xml
[so.git] / common / src / main / java / org / onap / so / client / aai / AAIValidator.java
index 18252d5..f191311 100644 (file)
@@ -23,10 +23,10 @@ package org.onap.so.client.aai;
 import java.io.IOException;
 
 public interface AAIValidator {
-       
-       boolean isPhysicalServerLocked(String hostName) throws IOException;
-       
-       boolean isVNFLocked(String vnfId);
-       
 
-}
\ No newline at end of file
+    boolean isPhysicalServerLocked(String hostName) throws IOException;
+
+    boolean isVNFLocked(String vnfId);
+
+
+}