diff dwtx/jface/text/formatter/FormattingContext.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 02cd5f1224d3
children eb21d3dfc767
line wrap: on
line diff
--- a/dwtx/jface/text/formatter/FormattingContext.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/formatter/FormattingContext.d	Sun Aug 24 22:34:04 2008 +0200
@@ -39,7 +39,7 @@
 public class FormattingContext : IFormattingContext {
 
     /** Map to store the properties */
-    private final Map fMap= new HashMap();
+    private const Map fMap= new HashMap();
 
     /*
      * @see dwtx.jface.text.formatter.IFormattingContext#dispose()