diff dwtx/jface/text/projection/FragmentUpdater.d @ 162:1a5b8f8129df

...
author Frank Benoit <benoit@tionex.de>
date Mon, 08 Sep 2008 00:51:37 +0200
parents 7d818bd32d63
children
line wrap: on
line diff
--- a/dwtx/jface/text/projection/FragmentUpdater.d	Wed Aug 27 14:49:30 2008 +0200
+++ b/dwtx/jface/text/projection/FragmentUpdater.d	Mon Sep 08 00:51:37 2008 +0200
@@ -54,7 +54,7 @@
      *
      * @param fragmentCategory the position category used for managing the fragments of a document
      */
-    protected this(String fragmentCategory) {
+    /+protected+/ this(String fragmentCategory) {
         super(fragmentCategory);
     }
 
@@ -119,7 +119,7 @@
      * Returns whether this updater considers any position affected by the given document event. A
      * position is affected if <code>event</code> {@link Position#overlapsWith(int, int) overlaps}
      * with it but not if the position is only shifted.
-     * 
+     *
      * @param event the event
      * @return <code>true</code> if there is any affected position, <code>false</code> otherwise
      */