Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / auth / auth-batch / src / test / java / org / onap / aaf / auth / test / JU_Batch.java
index 752b98b..5394c32 100644 (file)
@@ -46,47 +46,47 @@ import org.junit.Test;
 
 public class JU_Batch {
 
-       AuthzEnv env;
-       Batch batch;
-       
-       private class BatchStub extends Batch {
+    AuthzEnv env;
+    Batch batch;
+    
+    private class BatchStub extends Batch {
 
-               protected BatchStub(AuthzEnv env) throws APIException, IOException, OrganizationException {
-                       super(env);
-                       // TODO Auto-generated constructor stub
-               }
+        protected BatchStub(AuthzEnv env) throws APIException, IOException, OrganizationException {
+            super(env);
+            // TODO Auto-generated constructor stub
+        }
 
-               @Override
-               protected void run(AuthzTrans trans) {
-                       // TODO Auto-generated method stub
-                       
-               }
+        @Override
+        protected void run(AuthzTrans trans) {
+            // TODO Auto-generated method stub
+            
+        }
 
-               @Override
-               protected void _close(AuthzTrans trans) {
-                       // TODO Auto-generated method stub
-                       
-               }
+        @Override
+        protected void _close(AuthzTrans trans) {
+            // TODO Auto-generated method stub
+            
+        }
 
-       }
-       
-       @Before
-       public void setUp() throws OrganizationException {
-               env = new AuthzEnv();
-               env.access().setProperty(Config.CADI_LATITUDE, "38.550674");
-               env.access().setProperty(Config.CADI_LONGITUDE, "-90.146942");
-               env.setProperty("DRY_RUN", "test");
-               env.setProperty("Organization.@aaf.com", "test");
-               //env.setProperty("Organization.com.@aaf", "java.lang.Integer");
-               env.setProperty("Organization.com.@aaf", "org.onap.aaf.auth.org.Organization");
-               env.setProperty("CASS_ENV", "test");
-               env.setProperty("test.VERSION", "test.VERSION");
-       }
-       
-       @Test
-       public void testIsSpecial() throws APIException, IOException, OrganizationException {
-               //BatchStub bStub = new BatchStub(env);
-               //bStub.isSpecial("user");
-       }
+    }
+    
+    @Before
+    public void setUp() throws OrganizationException {
+        env = new AuthzEnv();
+        env.access().setProperty(Config.CADI_LATITUDE, "38.550674");
+        env.access().setProperty(Config.CADI_LONGITUDE, "-90.146942");
+        env.setProperty("DRY_RUN", "test");
+        env.setProperty("Organization.@aaf.com", "test");
+        //env.setProperty("Organization.com.@aaf", "java.lang.Integer");
+        env.setProperty("Organization.com.@aaf", "org.onap.aaf.auth.org.Organization");
+        env.setProperty("CASS_ENV", "test");
+        env.setProperty("test.VERSION", "test.VERSION");
+    }
+    
+    @Test
+    public void testIsSpecial() throws APIException, IOException, OrganizationException {
+        //BatchStub bStub = new BatchStub(env);
+        //bStub.isSpecial("user");
+    }
 
 }