JAL-1645 source formatting and organise imports
[jalview.git] / test / jalview / analysis / CrossRefTest.java
index bd737fa..07f0816 100644 (file)
@@ -9,7 +9,7 @@ import org.testng.annotations.Test;
 
 public class CrossRefTest
 {
-  @Test(groups ={ "Functional" })
+  @Test(groups = { "Functional" })
   public void testFindXDbRefs()
   {
     DBRefEntry ref1 = new DBRefEntry("UNIPROT", "1", "A123");
@@ -20,8 +20,8 @@ public class CrossRefTest
     DBRefEntry ref6 = new DBRefEntry("emblCDS", "1", "A123");
     DBRefEntry ref7 = new DBRefEntry("GeneDB", "1", "A123");
     DBRefEntry ref8 = new DBRefEntry("PFAM", "1", "A123");
-    DBRefEntry[] refs = new DBRefEntry[]
-    { ref1, ref2, ref3, ref4, ref5, ref6, ref7, ref8 };
+    DBRefEntry[] refs = new DBRefEntry[] { ref1, ref2, ref3, ref4, ref5,
+        ref6, ref7, ref8 };
 
     /*
      * Just the DNA refs: