Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / auth / auth-cass / src / main / java / org / onap / aaf / auth / dao / Streamer.java
index c40d74f..af3567e 100644 (file)
@@ -26,6 +26,6 @@ import java.io.DataOutputStream;
 import java.io.IOException;
 
 public interface Streamer<DATA> {
-       public abstract void marshal(DATA data, DataOutputStream os) throws IOException;
-       public abstract void unmarshal(DATA data, DataInputStream is) throws IOException;
+    public abstract void marshal(DATA data, DataOutputStream os) throws IOException;
+    public abstract void unmarshal(DATA data, DataInputStream is) throws IOException;
 }