diff dwtx/jface/text/link/LinkedModeUI.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 75302ef3f92f
children b411f1c62131
line wrap: on
line diff
--- a/dwtx/jface/text/link/LinkedModeUI.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/jface/text/link/LinkedModeUI.d	Sun Aug 24 22:35:05 2008 +0200
@@ -100,17 +100,17 @@
      * Constant indicating that this UI should never cycle from the last
      * position to the first and vice versa.
      */
-    public static final Object CYCLE_NEVER= new Object();
+    public static const Object CYCLE_NEVER= new Object();
     /**
      * Constant indicating that this UI should always cycle from the last
      * position to the first and vice versa.
      */
-    public static final Object CYCLE_ALWAYS= new Object();
+    public static const Object CYCLE_ALWAYS= new Object();
     /**
      * Constant indicating that this UI should cycle from the last position to
      * the first and vice versa if its model is not nested.
      */
-    public static final Object CYCLE_WHEN_NO_PARENT= new Object();
+    public static const Object CYCLE_WHEN_NO_PARENT= new Object();
 
     /**
      * Listener that gets notified when the linked mode UI switches its focus position.