JAL-3438 spotless for 2.11.2.0
[jalview.git] / test / jalview / ws / SequenceFetcherTest.java
index 1706870..c643d6b 100644 (file)
@@ -176,23 +176,24 @@ public class SequenceFetcherTest
               System.out.println("Type: " + source);
               SequenceI[] prod = crossRef.findXrefSequences(source, dna)
                       .getSequencesArray();
-              System.out.println("Found "
-                      + ((prod == null) ? "no" : "" + prod.length)
-                      + " products");
+              System.out.println(
+                      "Found " + ((prod == null) ? "no" : "" + prod.length)
+                              + " products");
               if (prod != null)
               {
                 for (int p = 0; p < prod.length; p++)
                 {
-                  System.out.println("Prod " + p + ": "
-                          + prod[p].getDisplayId(true));
+                  System.out.println(
+                          "Prod " + p + ": " + prod[p].getDisplayId(true));
                 }
               }
             }
           }
           else
           {
-            noProds.addElement((dna ? new Object[] { al, al }
-                    : new Object[] { al }));
+            noProds.addElement(
+                    (dna ? new Object[]
+                    { al, al } : new Object[] { al }));
           }
 
         }
@@ -266,8 +267,8 @@ public class SequenceFetcherTest
           // present)
           for (int p = 0; p < prod.length; p++)
           {
-            System.out.println("Prod " + p + ": "
-                    + prod[p].getDisplayId(true));
+            System.out.println(
+                    "Prod " + p + ": " + prod[p].getDisplayId(true));
           }
         }
       }