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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 6dcb0baaa031
children f70d9508c95c
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
42 * 42 *
43 * @since 3.2 43 * @since 3.2
44 */ 44 */
45 public abstract class Revision { 45 public abstract class Revision {
46 /** The original list of change regions, element type: {@link ChangeRegion}. */ 46 /** The original list of change regions, element type: {@link ChangeRegion}. */
47 private final List fChangeRegions= new ArrayList(); 47 private const List fChangeRegions= new ArrayList();
48 /** 48 /**
49 * The cached list of adjusted ranges, element type: {@link RevisionRange}. <code>null</code> 49 * The cached list of adjusted ranges, element type: {@link RevisionRange}. <code>null</code>
50 * if the list must be re-computed. Unmodifiable. 50 * if the list must be re-computed. Unmodifiable.
51 * 51 *
52 * @since 3.3 52 * @since 3.3