JAL-2664 Updates following review
[jalview.git] / src / jalview / datamodel / VisibleColsCollection.java
index 86233ab..8ec1a99 100644 (file)
@@ -50,4 +50,10 @@ public class VisibleColsCollection implements AlignmentColsCollectionI
     return false;
   }
 
+  @Override
+  public boolean hasHidden()
+  {
+    return false;
+  }
+
 }