JAL-952 JAL-1268 add RNA Helices and T-Coffee to list of available colour schemes...
authorJim Procter <jprocter@dundee.ac.uk>
Sun, 27 Apr 2014 15:17:11 +0000 (16:17 +0100)
committerJim Procter <jprocter@dundee.ac.uk>
Sun, 27 Apr 2014 15:22:11 +0000 (16:22 +0100)
src/jalview/schemes/ColourSchemeProperty.java

index bb961d3..76b1ff1 100755 (executable)
@@ -94,7 +94,7 @@ public class ColourSchemeProperty
    */
   public static final int FIRST_COLOUR = NONE;
 
-  public static final int LAST_COLOUR = NUCLEOTIDE;
+  public static final int LAST_COLOUR = RNAHELIX;
 
   /**
    * DOCUMENT ME!