JAL-1517 source formatting
[jalview.git] / src / jalview / datamodel / SequenceGroup.java
index f3cf291..b4cb3b1 100755 (executable)
@@ -472,7 +472,7 @@ public class SequenceGroup implements AnnotatedCollectionI
   }
 
   /**
-   * Max Gaps Threshold (percent) for performing a conservation calculation 
+   * Max Gaps Threshold (percent) for performing a conservation calculation
    */
   private int consPercGaps = 25;
 
@@ -486,7 +486,8 @@ public class SequenceGroup implements AnnotatedCollectionI
 
   /**
    * set Max Gaps Threshold (percent) for performing a conservation calculation
-   * @param consPercGaps 
+   * 
+   * @param consPercGaps
    */
   public void setConsPercGaps(int consPercGaps)
   {
@@ -537,7 +538,7 @@ public class SequenceGroup implements AnnotatedCollectionI
       }
       if (cs != null)
       {
-        cs.alignmentChanged(context!=null ? context : this, null);
+        cs.alignmentChanged(context != null ? context : this, null);
       }
     } catch (java.lang.OutOfMemoryError err)
     {
@@ -586,9 +587,10 @@ public class SequenceGroup implements AnnotatedCollectionI
     consensus.annotations = new Annotation[aWidth]; // should be alignment width
 
     AAFrequency.completeConsensus(consensus, cnsns, startRes, endRes + 1,
-            ignoreGapsInConsensus, showSequenceLogo, nseq); // TODO: setting container
-                                                      // for
-                                                      // ignoreGapsInConsensusCalculation);
+            ignoreGapsInConsensus, showSequenceLogo, nseq); // TODO: setting
+                                                            // container
+    // for
+    // ignoreGapsInConsensusCalculation);
   }
 
   /**
@@ -1252,16 +1254,22 @@ public class SequenceGroup implements AnnotatedCollectionI
   {
     sequences.clear();
   }
+
   private AnnotatedCollectionI context;
+
   /**
    * set the alignment or group context for this group
+   * 
    * @param context
    */
   public void setContext(AnnotatedCollectionI context)
   {
-    this.context = context; 
+    this.context = context;
   }
-  /* (non-Javadoc)
+
+  /*
+   * (non-Javadoc)
+   * 
    * @see jalview.datamodel.AnnotatedCollectionI#getContext()
    */
   @Override