diff 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
line wrap: on
line diff
--- a/dwtx/jface/text/revisions/RevisionInformation.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/revisions/RevisionInformation.d	Sun Aug 24 22:34:04 2008 +0200
@@ -45,9 +45,9 @@
  */
 public final class RevisionInformation : ITextHoverExtension, IInformationProviderExtension2 {
     /** The revisions, element type: {@link Revision}. */
-    private final List fRevisions= new ArrayList();
+    private const List fRevisions= new ArrayList();
     /** A unmodifiable view of <code>fRevisions</code>. */
-    private final List fRORevisions= Collections.unmodifiableList(fRevisions);
+    private const List fRORevisions= Collections.unmodifiableList(fRevisions);
     /**
      * The flattened list of {@link RevisionRange}s, unmodifiable. <code>null</code> if the list
      * must be re-computed.