diff dwtx/jface/text/rules/RuleBasedPartitioner.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents b6bad70d540a
children 5cf141e43417
line wrap: on
line diff
--- a/dwtx/jface/text/rules/RuleBasedPartitioner.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/rules/RuleBasedPartitioner.d	Sun Aug 24 22:34:04 2008 +0200
@@ -83,7 +83,7 @@
      * The position category this partitioner uses to store the document's partitioning information
      * @deprecated As of 3.0, use <code>getManagingPositionCategories()</code>.
      */
-    public final static String CONTENT_TYPES_CATEGORY= "__content_types_category"; //$NON-NLS-1$
+    public const static String CONTENT_TYPES_CATEGORY= "__content_types_category"; //$NON-NLS-1$
 
 
     /** The partitioner's scanner */