JAL-966 JAL-1553
 todo: remove UI components from Column Selection code
[jalview.git] / src / jalview / datamodel / ColumnSelection.java
index 7d70c36..c232781 100644 (file)
@@ -1520,6 +1520,8 @@ public class ColumnSelection
   public boolean filterAnnotations(Annotation[] annotations,
           AnnotationFilterParameter filterParams)
   {
+    // JBPNote - this method needs to be refactored to become independent of
+    // viewmodel package
     this.revealAllHiddenColumns();
     this.clear();
     int count = 0;