JAL-1677 commenting use of AlignViewport.gatherViewsHere
[jalview.git] / src / jalview / gui / AlignViewport.java
index 2129db1..4ba2113 100644 (file)
@@ -107,6 +107,13 @@ public class AlignViewport extends AlignmentViewport implements
 
   String viewName;
 
+  /*
+   * Flag set true on the view that should 'gather' multiple views of the same
+   * sequence set id when a project is reloaded. Set false on all views when
+   * they are 'exploded' into separate windows. Set true on the current view
+   * when 'Gather' is performed, and also on the first tab when the first new
+   * view is created.
+   */
   private boolean gatherViewsHere = false;
 
   private AnnotationColumnChooser annotationColumnSelectionState;