diff dwtx/jface/internal/text/revisions/Colors.d @ 158:25f1f92fa3df

...
author Frank Benoit <benoit@tionex.de>
date Tue, 26 Aug 2008 02:46:34 +0200
parents 5cf141e43417
children 1a5b8f8129df
line wrap: on
line diff
--- a/dwtx/jface/internal/text/revisions/Colors.d	Mon Aug 25 19:06:44 2008 +0200
+++ b/dwtx/jface/internal/text/revisions/Colors.d	Tue Aug 26 02:46:34 2008 +0200
@@ -246,7 +246,7 @@
      * @return a color hue in [0&#176;,&nbsp;360&#176;)
      * @see RGB#RGB(float, float, float)
      */
-    public static float computeHue(final int index) {
+    public static float computeHue(int index) {
         Assert.isLegal(index >= 0);
         /*
          * Base 3 gives a nice partitioning for RGB colors with red, green, blue being the colors