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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 26688fec6d23
children
line wrap: on
line diff
--- a/dwtx/jface/text/link/InclusivePositionUpdater.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/link/InclusivePositionUpdater.d	Sun Aug 24 22:34:04 2008 +0200
@@ -46,7 +46,7 @@
 public class InclusivePositionUpdater : IPositionUpdater {
 
     /** The position category. */
-    private final String fCategory;
+    private const String fCategory;
 
     /**
      * Creates a new updater for the given <code>category</code>.