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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 02cd5f1224d3
children f70d9508c95c
line wrap: on
line diff
--- a/dwtx/jface/text/source/AnnotationModel.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/source/AnnotationModel.d	Sun Aug 24 22:34:04 2008 +0200
@@ -115,10 +115,10 @@
      */
     private static final class RegionIterator : Iterator {
 
-        private final Iterator fParentIterator;
-        private final bool fCanEndAfter;
-        private final bool fCanStartBefore;
-        private final IAnnotationModel fModel;
+        private const Iterator fParentIterator;
+        private const bool fCanEndAfter;
+        private const bool fCanStartBefore;
+        private const IAnnotationModel fModel;
         private Object fNext;
         private Position fRegion;
 
@@ -207,9 +207,9 @@
     private static final class AnnotationsInterator : Iterator {
 
         private Object fNext;
-        private final Position[] fPositions;
+        private const Position[] fPositions;
         private int fIndex;
-        private final Map fMap;
+        private const Map fMap;
 
         /**
          * @param positions positions to iterate over