JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / ws / rest / params / SeqIdVector.java
index a3f3f40..ba573a6 100644 (file)
@@ -46,8 +46,7 @@ public class SeqIdVector extends InputType
 {
   public SeqIdVector()
   {
-    super(new Class[]
-    { AlignmentI.class });
+    super(new Class[] { AlignmentI.class });
   }
 
   /**
@@ -128,8 +127,8 @@ public class SeqIdVector extends InputType
     List<OptionI> lst = getBaseOptions();
     lst.add(new Option("sep",
             "Separator character between elements of vector", true, ",",
-            sep, Arrays.asList(new String[]
-            { " ", ",", ";", "\t", "|" }), null));
+            sep, Arrays.asList(new String[] { " ", ",", ";", "\t", "|" }),
+            null));
     lst.add(createMolTypeOption("type", "Sequence type", false, type, null));
     return lst;
   }