diff dwtx/jface/text/MarkSelection.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 7d818bd32d63
children eb21d3dfc767
line wrap: on
line diff
--- a/dwtx/jface/text/MarkSelection.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/MarkSelection.d	Sun Aug 24 22:34:04 2008 +0200
@@ -166,11 +166,11 @@
 public class MarkSelection : IMarkSelection {
 
     /** The marked document. */
-    private final IDocument fDocument;
+    private const IDocument fDocument;
     /** The offset of the mark selection. */
-    private final int fOffset;
+    private const int fOffset;
     /** The length of the mark selection. */
-    private final int fLength;
+    private const int fLength;
 
     /**
      * Creates a MarkSelection.