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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 53b889547456
children 000f9136b8f7
line wrap: on
line diff
--- a/dwtx/jface/text/link/LinkedModeUI.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/link/LinkedModeUI.d	Sun Aug 24 22:34:04 2008 +0200
@@ -601,7 +601,7 @@
     private IDocumentListener fDocumentListener= new DocumentListener();
 
     /** The last caret position, used by fCaretListener. */
-    private final Position fCaretPosition= new Position(0, 0);
+    private const Position fCaretPosition= new Position(0, 0);
     /** The exit policy to control custom exit behavior */
     private IExitPolicy fExitPolicy= new NullExitPolicy();
     /** The current frame position shown in the UI, or <code>null</code>. */