diff dwtx/jface/text/templates/TemplateContext.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 02cd5f1224d3
children f70d9508c95c
line wrap: on
line diff
--- a/dwtx/jface/text/templates/TemplateContext.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/templates/TemplateContext.d	Sun Aug 24 22:34:04 2008 +0200
@@ -51,9 +51,9 @@
 public abstract class TemplateContext {
 
     /** The context type of this context */
-    private final TemplateContextType fContextType;
+    private const TemplateContextType fContextType;
     /** Additional variables. */
-    private final Map fVariables= new HashMap();
+    private const Map fVariables= new HashMap();
     /** A flag to indicate that the context should not be modified. */
     private bool fReadOnly;