Remove Tabs, per Jococo
[aaf/authz.git] / auth / auth-certman / src / main / java / org / onap / aaf / auth / cm / LocalCAImpl.java
index 632e719..d32b67a 100644 (file)
@@ -31,18 +31,18 @@ import org.onap.aaf.misc.env.Trans;
 
 public class LocalCAImpl extends CA {
 
-       protected LocalCAImpl(Access access, String caName, String env) throws IOException, CertException {
-               super(access, caName, env);
-               // TODO Auto-generated constructor stub
-       }
-       
-       public LocalCAImpl(Access access, final String name, final String env, final String[][] params) throws IOException, CertException {
-               super(access, name, env);
-       }
+    protected LocalCAImpl(Access access, String caName, String env) throws IOException, CertException {
+        super(access, caName, env);
+        // TODO Auto-generated constructor stub
+    }
+    
+    public LocalCAImpl(Access access, final String name, final String env, final String[][] params) throws IOException, CertException {
+        super(access, name, env);
+    }
 
-       @Override
-       public X509andChain sign(Trans trans, CSRMeta csrmeta) throws IOException, CertException {
-               // TODO Auto-generated method stub
-               return null;
-       }
+    @Override
+    public X509andChain sign(Trans trans, CSRMeta csrmeta) throws IOException, CertException {
+        // TODO Auto-generated method stub
+        return null;
+    }
 }
\ No newline at end of file