Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / auth / auth-cass / src / main / java / org / onap / aaf / auth / dao / CIDAO.java
index 83b13c3..b148e87 100644 (file)
@@ -28,23 +28,23 @@ import org.onap.aaf.misc.env.Trans;
 
 public interface CIDAO<TRANS extends Trans> {
 
-       /**
-        * Touch the date field for given Table
-        *  
-        * @param trans
-        * @param name
-        * @return
-        */
-       public abstract Result<Void> touch(TRANS trans, String name, int ... seg);
-
-       /**
-        * Read all Info entries, and set local Date objects
-        
-        * This is to support regular data checks on the Database to speed up Caching behavior
-        
-        */
-       public abstract Result<Void> check(TRANS trans);
-
-       public abstract Date get(TRANS trans, String table, int seg);
+    /**
+     * Touch the date field for given Table
+     *  
+     * @param trans
+     * @param name
+     * @return
+     */
+    public abstract Result<Void> touch(TRANS trans, String name, int ... seg);
+
+    /**
+     * Read all Info entries, and set local Date objects
+     * 
+     * This is to support regular data checks on the Database to speed up Caching behavior
+     * 
+     */
+    public abstract Result<Void> check(TRANS trans);
+
+    public abstract Date get(TRANS trans, String table, int seg);
 
 }
\ No newline at end of file