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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 26688fec6d23
children f70d9508c95c
line wrap: on
line diff
--- a/dwtx/jface/text/templates/TemplateContextType.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/templates/TemplateContextType.d	Sun Aug 24 22:34:04 2008 +0200
@@ -70,7 +70,7 @@
     private /* final */ String fId= null;
 
     /** Variable resolvers used by this content type. */
-    private final Map fResolvers= new HashMap();
+    private const Map fResolvers= new HashMap();
 
     /** The name of the context type. */
     private String fName= null;