diff dwtx/jface/text/source/AnnotationMap.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 02cd5f1224d3
children f70d9508c95c
line wrap: on
line diff
--- a/dwtx/jface/text/source/AnnotationMap.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/source/AnnotationMap.d	Sun Aug 24 22:34:04 2008 +0200
@@ -102,7 +102,7 @@
      * The internal lock object used if <code>fLockObject</code> is <code>null</code>.
      * @since 3.2
      */
-    private final Object fInternalLockObject= new Object();
+    private const Object fInternalLockObject= new Object();
 
     /** The map holding the annotations */
     private Map fInternalMap;