Mass removal of all Tabs (Style Warnings)
[aaf/authz.git] / auth / auth-batch / src / test / java / org / onap / aaf / auth / test / JU_BatchPrincipal.java
index e3cd359..6186df9 100644 (file)
@@ -36,13 +36,13 @@ import org.junit.Test;
 
 public class JU_BatchPrincipal {
 
-       BatchPrincipal bPrincipal;
-       
-       @Test
-       public void testBatchPrincipal() {
-               bPrincipal = new BatchPrincipal("name");
-               Assert.assertEquals("batch:name", bPrincipal.getName());
-               Assert.assertEquals("Btch", bPrincipal.tag());
-       }
+    BatchPrincipal bPrincipal;
+    
+    @Test
+    public void testBatchPrincipal() {
+        bPrincipal = new BatchPrincipal("name");
+        Assert.assertEquals("batch:name", bPrincipal.getName());
+        Assert.assertEquals("Btch", bPrincipal.tag());
+    }
 
 }