diff dwtx/jface/text/source/projection/ProjectionAnnotation.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 02cd5f1224d3
children 1a5b8f8129df
line wrap: on
line diff
--- a/dwtx/jface/text/source/projection/ProjectionAnnotation.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/jface/text/source/projection/ProjectionAnnotation.d	Sun Aug 24 22:35:05 2008 +0200
@@ -73,10 +73,10 @@
     /**
      * The type of projection annotations.
      */
-    public static final String TYPE= "dwtx.projection"; //$NON-NLS-1$
+    public static const String TYPE= "dwtx.projection"; //$NON-NLS-1$
 
 
-    private static final int COLOR= DWT.COLOR_GRAY;
+    private static const int COLOR= DWT.COLOR_GRAY;
     private static Image fgCollapsedImage;
     private static Image fgExpandedImage;