JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / analysis / AAFrequency.java
index 52dedcf..b1505d6 100755 (executable)
@@ -483,8 +483,7 @@ public class AAFrequency
    * @return
    */
   public static int[] extractCdnaProfile(
-          Hashtable<String, Object> hashtable,
-          boolean ignoreGaps)
+          Hashtable<String, Object> hashtable, boolean ignoreGaps)
   {
     // this holds #seqs, #ungapped, and then codon count, indexed by encoded
     // codon triplet
@@ -606,8 +605,8 @@ public class AAFrequency
    */
   public static void completeCdnaConsensus(
           AlignmentAnnotation consensusAnnotation,
-          Hashtable<String, Object>[] consensusData, boolean showProfileLogo,
-          int nseqs)
+          Hashtable<String, Object>[] consensusData,
+          boolean showProfileLogo, int nseqs)
   {
     if (consensusAnnotation == null
             || consensusAnnotation.annotations == null