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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 51e6e63f930e
children eb21d3dfc767
line wrap: on
line diff
--- a/dwtx/jface/text/formatter/ContextBasedFormattingStrategy.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/formatter/ContextBasedFormattingStrategy.d	Sun Aug 24 22:34:04 2008 +0200
@@ -43,7 +43,7 @@
     private Map fCurrentPreferences= null;
 
     /** The list of preferences for initiated the formatting steps */
-    private final LinkedList fPreferences= new LinkedList();
+    private const LinkedList fPreferences= new LinkedList();
 
     /*
      * @see dwtx.jface.text.formatter.IFormattingStrategyExtension#format()