From 67b2671b1ded591a6f8eb7f13d319e58f993df77 Mon Sep 17 00:00:00 2001 From: jprocter Date: Fri, 24 Jul 2009 15:10:39 +0000 Subject: [PATCH] todo --- src/jalview/io/AnnotationFile.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jalview/io/AnnotationFile.java b/src/jalview/io/AnnotationFile.java index 641894a..7f71df1 100755 --- a/src/jalview/io/AnnotationFile.java +++ b/src/jalview/io/AnnotationFile.java @@ -439,6 +439,7 @@ public class AnnotationFile token = st.nextToken(); if (token.equalsIgnoreCase("COLOUR")) { + // TODO: use graduated colour def'n here too colourAnnotations(al, st.nextToken(), st.nextToken()); continue; } -- 1.7.10.2