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

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents b6bad70d540a
children f70d9508c95c
line wrap: on
line diff
--- a/dwtx/jface/text/templates/TemplateVariableType.d	Sun Aug 24 22:31:00 2008 +0200
+++ b/dwtx/jface/text/templates/TemplateVariableType.d	Sun Aug 24 22:34:04 2008 +0200
@@ -52,9 +52,9 @@
 public final class TemplateVariableType {
 
     /** The name of the type. */
-    private final String fName;
+    private const String fName;
     /** The parameter list. */
-    private final List fParams;
+    private const List fParams;
 
     this(String name) {
         this(name, new String[0]);