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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 02cd5f1224d3
children f70d9508c95c
line wrap: on
line diff
--- a/dwtx/jface/text/source/AnnotationPainter.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/jface/text/source/AnnotationPainter.d	Sun Aug 24 22:35:05 2008 +0200
@@ -352,7 +352,7 @@
      * The squiggly painter strategy.
      * @since 3.0
      */
-    private static final IDrawingStrategy SQUIGGLES_STRATEGY= new SquigglesStrategy();
+    private static const IDrawingStrategy SQUIGGLES_STRATEGY= new SquigglesStrategy();
 
     /**
      * This strategy is used to mark the <code>null</code> value in the chache
@@ -360,25 +360,25 @@
      *
      * @since 3.4
      */
-    private static final IDrawingStrategy NULL_STRATEGY= new NullStrategy();
+    private static const IDrawingStrategy NULL_STRATEGY= new NullStrategy();
     /**
      * The squiggles painter id.
      * @since 3.0
      */
-    private static final Object SQUIGGLES= new Object();
+    private static const Object SQUIGGLES= new Object();
     /**
      * The squiggly painter strategy.
      *
      * @since 3.4
      */
-    private static final ITextStyleStrategy HIGHLIGHTING_STRATEGY= new HighlightingStrategy();
+    private static const ITextStyleStrategy HIGHLIGHTING_STRATEGY= new HighlightingStrategy();
 
     /**
      * The highlighting text style strategy id.
      *
      * @since 3.4
      */
-    private static final Object HIGHLIGHTING= new Object();
+    private static const Object HIGHLIGHTING= new Object();
 
     /**
      * The presentation information (decoration) for an annotation.  Each such