JAL-1645 source formatting and organise imports
[jalview.git] / test / jalview / ws / dbsources / UniprotTest.java
index c89324b..ff1d0f2 100644 (file)
@@ -35,7 +35,7 @@ public class UniprotTest
   /**
    * Test the method that unmarshals XML to a Uniprot model
    */
-  @Test(groups ={ "Functional" })
+  @Test(groups = { "Functional" })
   public void testGetUniprotEntries()
   {
     Uniprot u = new Uniprot();
@@ -53,8 +53,7 @@ public class UniprotTest
     /*
      * UniprotSequence drops any space characters
      */
-    assertEquals("MHAPLVSKDL", entry.getUniprotSequence()
-            .getContent());
+    assertEquals("MHAPLVSKDL", entry.getUniprotSequence().getContent());
 
     assertEquals(2, entry.getProtein().getName().size());
     assertEquals("Mitogen-activated protein kinase 13", entry.getProtein()
@@ -108,7 +107,7 @@ public class UniprotTest
   /**
    * Test the method that formats the sequence name in Fasta style
    */
-  @Test(groups ={ "Functional" })
+  @Test(groups = { "Functional" })
   public void testConstructSequenceFastaHeader()
   {
     Uniprot u = new Uniprot();