comparison dwtx/jface/text/CopyOnWriteTextStore.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 7d818bd32d63
children 1a5b8f8129df
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
240 240
241 /** The underlying "real" text store */ 241 /** The underlying "real" text store */
242 protected ITextStore fTextStore= new StringTextStore(); 242 protected ITextStore fTextStore= new StringTextStore();
243 243
244 /** A modifiable <code>ITextStore</code> instance */ 244 /** A modifiable <code>ITextStore</code> instance */
245 private final ITextStore fModifiableTextStore; 245 private const ITextStore fModifiableTextStore;
246 246
247 /** 247 /**
248 * Creates an empty text store. The given text store will be used upon first 248 * Creates an empty text store. The given text store will be used upon first
249 * modification attempt. 249 * modification attempt.
250 * 250 *