Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / misc / xgen / src / main / java / org / onap / aaf / misc / xgen / DynamicCode.java
index a4194b9..8d4f4ee 100644 (file)
@@ -35,10 +35,10 @@ import org.onap.aaf.misc.xgen.html.State;
  *\r
  */\r
 public abstract class DynamicCode<G extends XGen<G>, AS extends State<Env>, TRANS extends Trans> implements Code<G> {\r
-       public abstract void code(final AS state, final TRANS trans, final Cache<G> cache, final G xgen) throws APIException, IOException;\r
-       \r
-       // We expect not to have this section of the code engaged at any time\r
-       public void code(final Cache<G> cache, final G xgen) throws APIException, IOException {\r
-               code(null, null,cache,xgen);\r
-       }\r
+    public abstract void code(final AS state, final TRANS trans, final Cache<G> cache, final G xgen) throws APIException, IOException;\r
+    \r
+    // We expect not to have this section of the code engaged at any time\r
+    public void code(final Cache<G> cache, final G xgen) throws APIException, IOException {\r
+        code(null, null,cache,xgen);\r
+    }\r
 }\r