Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / misc / xgen / src / main / java / org / onap / aaf / misc / xgen / Code.java
index 6804843..971a56e 100644 (file)
@@ -26,5 +26,5 @@ import java.io.IOException;
 import org.onap.aaf.misc.env.APIException;\r
 \r
 public interface Code<G extends XGen<G>> {\r
-       public void code(Cache<G> cache, G xgen) throws APIException, IOException;\r
+    public void code(Cache<G> cache, G xgen) throws APIException, IOException;\r
 }
\ No newline at end of file