Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / misc / env / src / main / java / org / onap / aaf / misc / env / impl / NullLifeCycle.java
index 7e41f5d..3184f8c 100644 (file)
@@ -51,9 +51,9 @@ import org.onap.aaf.misc.env.LifeCycle;
  *\r
  */\r
 public class NullLifeCycle implements LifeCycle {\r
-       public void servicePrestart(Env env) throws APIException {}\r
-       public void threadPrestart(Env env) throws APIException {}\r
-       public void refresh(Env env) throws APIException {}\r
-       public void threadDestroy(Env env) throws APIException {}\r
-       public void serviceDestroy(Env env) throws APIException {}\r
+    public void servicePrestart(Env env) throws APIException {}\r
+    public void threadPrestart(Env env) throws APIException {}\r
+    public void refresh(Env env) throws APIException {}\r
+    public void threadDestroy(Env env) throws APIException {}\r
+    public void serviceDestroy(Env env) throws APIException {}\r
 }
\ No newline at end of file