diff dwtx/jface/text/projection/ProjectionDocument.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 26688fec6d23
children f70d9508c95c
line wrap: on
line diff
--- a/dwtx/jface/text/projection/ProjectionDocument.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/projection/ProjectionDocument.d	Sun Aug 24 22:34:04 2008 +0200
@@ -84,14 +84,14 @@
      * document's fragments that correspond to the segments of the projection
      * document.
      */
-    private final static String FRAGMENTS_CATEGORY_PREFIX= "__fragmentsCategory"; //$NON-NLS-1$
+    private const static String FRAGMENTS_CATEGORY_PREFIX= "__fragmentsCategory"; //$NON-NLS-1$
 
     /**
      * Name of the position category used to keep track of the project
      * document's segments that correspond to the fragments of the master
      * document.
      */
-    private final static String SEGMENTS_CATEGORY= "__segmentsCategory"; //$NON-NLS-1$
+    private const static String SEGMENTS_CATEGORY= "__segmentsCategory"; //$NON-NLS-1$
 
 
     /** The master document */