Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / auth / auth-core / src / main / java / org / onap / aaf / auth / server / ServiceStarter.java
index 529d2d3..6f2d4cb 100644 (file)
@@ -21,6 +21,6 @@
 package org.onap.aaf.auth.server;
 
 public interface ServiceStarter {
-       public void start() throws Exception;
-       public void shutdown();
+    public void start() throws Exception;
+    public void shutdown();
 }