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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 65801ad2b265
children f70d9508c95c
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
43 * @since 3.2 43 * @since 3.2
44 * @see Revision 44 * @see Revision
45 */ 45 */
46 public final class RevisionInformation : ITextHoverExtension, IInformationProviderExtension2 { 46 public final class RevisionInformation : ITextHoverExtension, IInformationProviderExtension2 {
47 /** The revisions, element type: {@link Revision}. */ 47 /** The revisions, element type: {@link Revision}. */
48 private final List fRevisions= new ArrayList(); 48 private const List fRevisions= new ArrayList();
49 /** A unmodifiable view of <code>fRevisions</code>. */ 49 /** A unmodifiable view of <code>fRevisions</code>. */
50 private final List fRORevisions= Collections.unmodifiableList(fRevisions); 50 private const List fRORevisions= Collections.unmodifiableList(fRevisions);
51 /** 51 /**
52 * The flattened list of {@link RevisionRange}s, unmodifiable. <code>null</code> if the list 52 * The flattened list of {@link RevisionRange}s, unmodifiable. <code>null</code> if the list
53 * must be re-computed. 53 * must be re-computed.
54 * 54 *
55 * @since 3.3 55 * @since 3.3