diff dwtx/jface/text/link/TabStopIterator.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 75302ef3f92f
children f70d9508c95c
line wrap: on
line diff
--- a/dwtx/jface/text/link/TabStopIterator.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/jface/text/link/TabStopIterator.d	Sun Aug 24 22:35:05 2008 +0200
@@ -70,7 +70,7 @@
     }
 
     /** The comparator to sort the list of positions. */
-    private static final Comparator fComparator= new SequenceComparator();
+    private static const Comparator fComparator= new SequenceComparator();
 
     /** The iteration sequence. */
     private const ArrayList fList;