JAL-1327 TODO
authorJim Procter <jprocter@compbio.dundee.ac.uk>
Fri, 21 Jun 2013 14:09:01 +0000 (15:09 +0100)
committerJim Procter <jprocter@compbio.dundee.ac.uk>
Fri, 21 Jun 2013 14:09:01 +0000 (15:09 +0100)
src/jalview/gui/AnnotationColourChooser.java

index 96bf602..f2036de 100755 (executable)
@@ -672,7 +672,7 @@ public class AnnotationColourChooser extends JPanel
     {
       return;
     }
-    // TODO: only update visible annotation thresholds if allAnnotation is false, since we only need to provide a quick visual indicator
+    // TODO: JAL-1327 only update visible annotation thresholds if allAnnotation is false, since we only need to provide a quick visual indicator
 
     float thr = currentAnnotation.threshold.value;
     for (int i = 0; i < av.getAlignment().getAlignmentAnnotation().length; i++)