diff dwtx/jface/internal/text/revisions/Hunk.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents b6bad70d540a
children 3678e4f1a766
line wrap: on
line diff
--- a/dwtx/jface/internal/text/revisions/Hunk.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/internal/text/revisions/Hunk.d	Sun Aug 24 22:34:04 2008 +0200
@@ -37,14 +37,14 @@
      * <code>[0, numberOfLines]</code> &ndash; note the inclusive end; there may be a hunk with
      * <code>line is numberOfLines</code> to describe deleted lines at then end of the document.
      */
-    public final int line;
+    public const int line;
     /**
      * The difference in lines compared to the corresponding line range in the original. Positive
      * for added lines, negative for deleted lines.
      */
-    public final int delta;
+    public const int delta;
     /** The number of changed lines in this hunk, must be &gt;= 0. */
-    public final int changed;
+    public const int changed;
 
     /**
      * Creates a new hunk.