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