diff dwtx/jface/text/projection/ProjectionDocumentEvent.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 7d818bd32d63
children 1a5b8f8129df
line wrap: on
line diff
--- a/dwtx/jface/text/projection/ProjectionDocumentEvent.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/projection/ProjectionDocumentEvent.d	Sun Aug 24 22:34:04 2008 +0200
@@ -52,9 +52,9 @@
 public class ProjectionDocumentEvent : SlaveDocumentEvent {
 
     /** The change type indicating a projection change */
-    public final static Object PROJECTION_CHANGE= new Object();
+    public const static Object PROJECTION_CHANGE= new Object();
     /** The change type indicating a content change */
-    public final static Object CONTENT_CHANGE= new Object();
+    public const static Object CONTENT_CHANGE= new Object();
 
     /** The change type */
     private Object fChangeType;