comparison 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
comparison
equal deleted inserted replaced
161:f8d52b926852 162:1a5b8f8129df
58 * Creates an instance of <code>TemplateVariableResolver</code>. 58 * Creates an instance of <code>TemplateVariableResolver</code>.
59 * 59 *
60 * @param type the name of the type 60 * @param type the name of the type
61 * @param description the description for the type 61 * @param description the description for the type
62 */ 62 */
63 protected this(String type, String description) { 63 /+protected+/ this(String type, String description) {
64 setType(type); 64 setType(type);
65 setDescription(description); 65 setDescription(description);
66 } 66 }
67 67
68 /** 68 /**