Replaced all tabs with spaces in java and pom.xml
[so.git] / cloudify-client / src / main / java / org / onap / so / cloudify / base / client / CloudifyTokenProvider.java
index 8915a03..7c31d92 100644 (file)
@@ -22,8 +22,8 @@ package org.onap.so.cloudify.base.client;
 
 public interface CloudifyTokenProvider {
 
-       String getToken();
+    String getToken();
 
-       void expireToken();
+    void expireToken();
 
 }