diff dwtx/jface/text/templates/TemplateVariableResolver.d @ 162:1a5b8f8129df

...
author Frank Benoit <benoit@tionex.de>
date Mon, 08 Sep 2008 00:51:37 +0200
parents b3dec671d1f7
children
line wrap: on
line diff
--- a/dwtx/jface/text/templates/TemplateVariableResolver.d	Wed Aug 27 14:49:30 2008 +0200
+++ b/dwtx/jface/text/templates/TemplateVariableResolver.d	Mon Sep 08 00:51:37 2008 +0200
@@ -60,7 +60,7 @@
      * @param type the name of the type
      * @param description the description for the type
      */
-    protected this(String type, String description) {
+    /+protected+/ this(String type, String description) {
         setType(type);
         setDescription(description);
     }