diff dwtx/jface/text/templates/TemplateVariable.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 02cd5f1224d3
children
line wrap: on
line diff
--- a/dwtx/jface/text/templates/TemplateVariable.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/templates/TemplateVariable.d	Sun Aug 24 22:34:04 2008 +0200
@@ -57,11 +57,11 @@
 public class TemplateVariable {
 
     /** The type name of the variable */
-    private final TemplateVariableType fType;
+    private const TemplateVariableType fType;
     /** The name of the variable. */
-    private final String fName;
+    private const String fName;
     /** The initial length in the template pattern. */
-    private final int fInitialLength;
+    private const int fInitialLength;
     /** The offsets of the variable. */
     private int[] fOffsets;
     /** Flag indicating if the variable has been resolved unambiguously. */