JAL-4241 Flter empty columns from annotation service input
[jalview.git] / src / jalview / ws2 / actions / annotation / AnnotationTask.java
index 6cb5aa6..1d02264 100644 (file)
@@ -162,6 +162,8 @@ public class AnnotationTask
     }
   }
 
+  // TODO: review and test
+  //       may produce wrong output if annotations longer than gapMap
   private Annotation[] createGappedAnnotations(Annotation[] annotations,
           boolean[] gapMap)
   {