Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / cadi / core / src / main / java / org / onap / aaf / cadi / SecuritySetter.java
index 3156301..194712e 100644 (file)
@@ -31,14 +31,14 @@ package org.onap.aaf.cadi;
  *
  */
 public interface SecuritySetter<CT> {
-       public String getID();
-       
-       public void setSecurity(CT client) throws CadiException;
-       
-       /**
-        * Returns number of bad logins registered
-        * @param respCode
-        * @return
-        */
-       public int setLastResponse(int respCode);
+    public String getID();
+    
+    public void setSecurity(CT client) throws CadiException;
+    
+    /**
+     * Returns number of bad logins registered
+     * @param respCode
+     * @return
+     */
+    public int setLastResponse(int respCode);
 }