diff dwtx/jface/text/formatter/FormattingContextProperties.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 7d818bd32d63
children eb21d3dfc767
line wrap: on
line diff
--- a/dwtx/jface/text/formatter/FormattingContextProperties.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/jface/text/formatter/FormattingContextProperties.d	Sun Aug 24 22:35:05 2008 +0200
@@ -45,7 +45,7 @@
      * <p>
      * Value: <code>"formatting.context.document"</code>
      */
-    public static final String CONTEXT_DOCUMENT= "formatting.context.document"; //$NON-NLS-1$
+    public static const String CONTEXT_DOCUMENT= "formatting.context.document"; //$NON-NLS-1$
 
     /**
      * Property key of the partition property. The property must implement
@@ -54,7 +54,7 @@
      * <p>
      * Value: <code>"formatting.context.partition"</code>
      */
-    public static final String CONTEXT_PARTITION= "formatting.context.partition"; //$NON-NLS-1$
+    public static const String CONTEXT_PARTITION= "formatting.context.partition"; //$NON-NLS-1$
 
     /**
      * Property key of the preferences property. The property must implement
@@ -63,7 +63,7 @@
      * <p>
      * Value: <code>"formatting.context.preferences"</code>
      */
-    public static final String CONTEXT_PREFERENCES= "formatting.context.preferences"; //$NON-NLS-1$
+    public static const String CONTEXT_PREFERENCES= "formatting.context.preferences"; //$NON-NLS-1$
 
     /**
      * Property key of the region property. The property must implement <code>dwtx.jface.text#IRegion</code>.
@@ -72,7 +72,7 @@
      * <p>
      * Value: <code>"formatting.context.region"</code>
      */
-    public static final String CONTEXT_REGION= "formatting.context.region"; //$NON-NLS-1$
+    public static const String CONTEXT_REGION= "formatting.context.region"; //$NON-NLS-1$
 
     /**
      * Property key of the medium property. The property must implement <code>dwtx.jface.text#IDocument</code>.
@@ -80,7 +80,7 @@
      * <p>
      * Value: <code>"formatting.context.medium"</code>
      */
-    public static final String CONTEXT_MEDIUM= "formatting.context.medium"; //$NON-NLS-1$
+    public static const String CONTEXT_MEDIUM= "formatting.context.medium"; //$NON-NLS-1$
 
     /**
      * Ensure that this class cannot be instantiated.