catch out of memory error for consensus when loading groups
[jalview.git] / src / jalview / datamodel / ColumnSelection.java
index 4f4a510..d54bb8d 100644 (file)
@@ -168,10 +168,10 @@ public class ColumnSelection
 
 
     /**
-     * DOCUMENT ME!
+     * propagate shift in alignment columns to column selection
      *
-     * @param start DOCUMENT ME!
-     * @param change DOCUMENT ME!
+     * @param start beginning of edit
+     * @param change shift in edit (-ve or +ve number of columns)
      */
     public void compensateForEdit(int start, int change)
     {