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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 75302ef3f92f
children b3dec671d1f7
line wrap: on
line diff
--- a/dwtx/jface/text/AbstractHoverInformationControlManager.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/jface/text/AbstractHoverInformationControlManager.d	Sun Aug 24 22:35:05 2008 +0200
@@ -765,7 +765,7 @@
      * the hover is enriched when the mouse has stopped moving inside the hover.
      * @since 3.4
      */
-    private static final long HOVER_AUTO_REPLACING_DELAY= 200;
+    private static const long HOVER_AUTO_REPLACING_DELAY= 200;
 
     /** The mouse tracker on the subject control */
     private MouseTracker fMouseTracker= new MouseTracker();