Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / auth / auth-service / src / main / java / org / onap / aaf / auth / service / facade / AuthzFacadeFactory.java
index de8260f..1d7f31e 100644 (file)
@@ -31,25 +31,25 @@ import org.onap.aaf.misc.env.Data;
 
 
 public class AuthzFacadeFactory {
-       public static AuthzFacade_2_0 v2_0(AuthzEnv env, AuthzTrans trans, Data.TYPE type, Question question) throws APIException {
-               return new AuthzFacade_2_0(env,
-                               new AuthzCassServiceImpl<
-                                       aaf.v2_0.Nss,
-                                       aaf.v2_0.Perms,
-                                       aaf.v2_0.Pkey,
-                                       aaf.v2_0.Roles,
-                                       aaf.v2_0.Users,
-                                       aaf.v2_0.UserRoles,
-                                       aaf.v2_0.Delgs,
-                                       aaf.v2_0.Certs,
-                                       aaf.v2_0.Keys,
-                                       aaf.v2_0.Request,
-                                       aaf.v2_0.History,
-                                       aaf.v2_0.Error,
-                                       aaf.v2_0.Approvals>
-                                       (trans,new Mapper_2_0(question),question),
-                               type);
-       }
-       
+    public static AuthzFacade_2_0 v2_0(AuthzEnv env, AuthzTrans trans, Data.TYPE type, Question question) throws APIException {
+        return new AuthzFacade_2_0(env,
+                new AuthzCassServiceImpl<
+                    aaf.v2_0.Nss,
+                    aaf.v2_0.Perms,
+                    aaf.v2_0.Pkey,
+                    aaf.v2_0.Roles,
+                    aaf.v2_0.Users,
+                    aaf.v2_0.UserRoles,
+                    aaf.v2_0.Delgs,
+                    aaf.v2_0.Certs,
+                    aaf.v2_0.Keys,
+                    aaf.v2_0.Request,
+                    aaf.v2_0.History,
+                    aaf.v2_0.Error,
+                    aaf.v2_0.Approvals>
+                    (trans,new Mapper_2_0(question),question),
+                type);
+    }
+    
 
 }