comparison 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
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
100 private Object fLockObject; 100 private Object fLockObject;
101 /** 101 /**
102 * The internal lock object used if <code>fLockObject</code> is <code>null</code>. 102 * The internal lock object used if <code>fLockObject</code> is <code>null</code>.
103 * @since 3.2 103 * @since 3.2
104 */ 104 */
105 private final Object fInternalLockObject= new Object(); 105 private const Object fInternalLockObject= new Object();
106 106
107 /** The map holding the annotations */ 107 /** The map holding the annotations */
108 private Map fInternalMap; 108 private Map fInternalMap;
109 109
110 /** 110 /**