diff dwtx/jface/text/templates/GlobalTemplateVariables.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 7d818bd32d63
children 1a5b8f8129df
line wrap: on
line diff
--- a/dwtx/jface/text/templates/GlobalTemplateVariables.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/jface/text/templates/GlobalTemplateVariables.d	Sun Aug 24 22:35:05 2008 +0200
@@ -49,7 +49,7 @@
 public class GlobalTemplateVariables {
 
     /** The type of the selection variables. */
-    public static final String SELECTION= "selection"; //$NON-NLS-1$
+    public static const String SELECTION= "selection"; //$NON-NLS-1$
 
     /**
      * The cursor variable determines the cursor placement after template edition.
@@ -57,7 +57,7 @@
     public static class Cursor : SimpleTemplateVariableResolver {
 
         /** Name of the cursor variable, value= {@value} */
-        public static final String NAME= "cursor"; //$NON-NLS-1$
+        public static const String NAME= "cursor"; //$NON-NLS-1$
 
         /**
          * Creates a new cursor variable
@@ -75,7 +75,7 @@
     public static class WordSelection : SimpleTemplateVariableResolver {
 
         /** Name of the word selection variable, value= {@value} */
-        public static final String NAME= "word_selection"; //$NON-NLS-1$
+        public static const String NAME= "word_selection"; //$NON-NLS-1$
 
         /**
          * Creates a new word selection variable
@@ -98,7 +98,7 @@
     public static class LineSelection : SimpleTemplateVariableResolver {
 
         /** Name of the line selection variable, value= {@value} */
-        public static final String NAME= "line_selection"; //$NON-NLS-1$
+        public static const String NAME= "line_selection"; //$NON-NLS-1$
 
         /**
          * Creates a new line selection variable