diff dwtx/jface/text/contentassist/AdditionalInfoController.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 26688fec6d23
children 000f9136b8f7
line wrap: on
line diff
--- a/dwtx/jface/text/contentassist/AdditionalInfoController.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/contentassist/AdditionalInfoController.d	Sun Aug 24 22:34:04 2008 +0200
@@ -247,7 +247,7 @@
         };
 
         /** The timer thread. */
-        private final Thread fThread;
+        private const Thread fThread;
 
         /** The currently waiting / active task. */
         private Task fTask;
@@ -258,8 +258,8 @@
         private Object fCurrentInfo= null;
         private bool fAllowShowing= false;
 
-        private final Display fDisplay;
-        private final int fDelay;
+        private const Display fDisplay;
+        private const int fDelay;
 
         /**
          * Creates a new timer.
@@ -434,7 +434,7 @@
     /** The table selection listener */
     private SelectionListener fSelectionListener= new TableSelectionListener();
     /** The delay after which additional information is displayed */
-    private final int fDelay;
+    private const int fDelay;
     /**
      * The timer thread.
      * @since 3.2