JAL-2759 comment
authorkiramt <k.mourao@dundee.ac.uk>
Tue, 30 Jan 2018 10:58:50 +0000 (10:58 +0000)
committerkiramt <k.mourao@dundee.ac.uk>
Tue, 30 Jan 2018 10:58:50 +0000 (10:58 +0000)
src/jalview/datamodel/HiddenColumns.java

index dfa0890..6c08cdc 100644 (file)
@@ -75,7 +75,8 @@ public class HiddenColumns
   private HiddenColumnsCursor cursor = new HiddenColumnsCursor();
 
   /*
-   * cache of the number of hidden columns
+   * cache of the number of hidden columns: must be kept up to date by methods 
+   * which add or remove hidden columns
    */
   private int numColumns = 0;