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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents b6bad70d540a
children eb21d3dfc767
line wrap: on
line diff
--- a/dwtx/jface/text/formatter/ContentFormatter.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/formatter/ContentFormatter.d	Sun Aug 24 22:34:04 2008 +0200
@@ -270,7 +270,7 @@
 
 
     /** Internal position category used for the formatter partitioning */
-    private final static String PARTITIONING= "__formatter_partitioning"; //$NON-NLS-1$
+    private const static String PARTITIONING= "__formatter_partitioning"; //$NON-NLS-1$
 
     /** The map of <code>IFormattingStrategy</code> objects */
     private Map fStrategies;