Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / auth / auth-certman / src / main / java / org / onap / aaf / auth / cm / facade / Facade1_0.java
index 49d976b..4a3b5cb 100644 (file)
@@ -37,10 +37,10 @@ import certman.v1_0.CertInfo;
  *
  */
 public class Facade1_0 extends FacadeImpl<BaseRequest,CertInfo, Artifacts, Error> {
-       public Facade1_0(AAF_CM certman, 
-                                        CMService service, 
-                                        Mapper<BaseRequest,CertInfo,Artifacts,Error> mapper, 
-                                        Data.TYPE type) throws APIException {
-               super(certman, service, mapper, type);
-       }
+    public Facade1_0(AAF_CM certman, 
+                     CMService service, 
+                     Mapper<BaseRequest,CertInfo,Artifacts,Error> mapper, 
+                     Data.TYPE type) throws APIException {
+        super(certman, service, mapper, type);
+    }
 }