Merge branch 'develop' into update_212_Dec_merge_with_21125_chamges
[jalview.git] / src / jalview / analysis / AAFrequency.java
index 4e53484..892b1b1 100755 (executable)
@@ -591,8 +591,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
@@ -714,8 +713,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