Remove Tabs, per Jococo
[aaf/authz.git] / misc / rosetta / src / test / java / org / onap / aaf / misc / rosetta / JU_ParseException.java
index 1eb5591..1a31b0f 100644 (file)
@@ -26,24 +26,24 @@ import org.junit.Test;
 
 public class JU_ParseException {
 
-       @Test
-       public void test() {
-               ParseException pe = new ParseException();
-           }
-       @Test
-       public void test1() {
-               ParseException pe = new ParseException("exception");
-           }
-       @Test
-       public void test2() {
-               ParseException pe = new ParseException(new NullPointerException("exception"));
-           }
-       @Test
-       public void test3() {
-               ParseException pe = new ParseException("exception",new NullPointerException("exception"));
-           }
+    @Test
+    public void test() {
+        ParseException pe = new ParseException();
+        }
+    @Test
+    public void test1() {
+        ParseException pe = new ParseException("exception");
+        }
+    @Test
+    public void test2() {
+        ParseException pe = new ParseException(new NullPointerException("exception"));
+        }
+    @Test
+    public void test3() {
+        ParseException pe = new ParseException("exception",new NullPointerException("exception"));
+        }
 
-       
-       
+    
+    
 
 }