Merge branch 'feature/JAL-2664' into feature/JAL-2527
[jalview.git] / src / jalview / datamodel / VisibleColsCollection.java
index bc32fac..e9437a7 100644 (file)
@@ -51,4 +51,10 @@ public class VisibleColsCollection implements AlignmentColsCollectionI
     return false;
   }
 
+  @Override
+  public boolean hasHidden()
+  {
+    return false;
+  }
+
 }