JAL-2360 code formatting only and if-else changed to switch
[jalview.git] / src / jalview / schemes / StrandColourScheme.java
index 1340de3..56a2d90 100755 (executable)
@@ -47,6 +47,7 @@ public class StrandColourScheme extends ScoreColourScheme
    * 
    * @return DOCUMENT ME!
    */
+  @Override
   public Color makeColour(float c)
   {
     return new Color(c, c, (float) 1.0 - c);