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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents b6bad70d540a
children 3678e4f1a766
line wrap: on
line diff
--- a/dwtx/jface/text/contentassist/ContextInformation.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/contentassist/ContextInformation.d	Sun Aug 24 22:34:04 2008 +0200
@@ -60,11 +60,11 @@
 public final class ContextInformation : IContextInformation {
 
     /** The name of the context. */
-    private final String fContextDisplayString;
+    private const String fContextDisplayString;
     /** The information to be displayed. */
-    private final String fInformationDisplayString;
+    private const String fInformationDisplayString;
     /** The image to be displayed. */
-    private final Image fImage;
+    private const Image fImage;
 
     /**
      * Creates a new context information without an image.