JAL-3397 impl.IntervalStore and nonc.IntervalStore unified api
[jalview.git] / src / jalview / datamodel / AllColsCollection.java
index f3077fa..c65c381 100644 (file)
@@ -67,10 +67,10 @@ public class AllColsCollection implements AlignmentColsCollectionI
   }
 
   /**
-   * return ALL columns, not just the truly visible ones
+   * Returns all columns, including any hidden in the alignment
    */
   @Override
-  public BitSet getOverviewBitSet()
+  public BitSet getShownBitSet()
   {
     if (bsVisible == null)
     {