comparison dwtx/jface/text/templates/SimpleTemplateVariableResolver.d @ 133:7d818bd32d63

Fix ctors to this with gvim regexp
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 01:29:22 +0200
parents c4fb132a086c
children
comparison
equal deleted inserted replaced
132:77bd3bb3d7b8 133:7d818bd32d63
49 private String fEvaluationString; 49 private String fEvaluationString;
50 50
51 /* 51 /*
52 * @see TemplateVariableResolver#TemplateVariableResolver(String, String) 52 * @see TemplateVariableResolver#TemplateVariableResolver(String, String)
53 */ 53 */
54 protected SimpleTemplateVariableResolver(String type, String description) { 54 protected this(String type, String description) {
55 super(type, description); 55 super(type, description);
56 } 56 }
57 57
58 /** 58 /**
59 * Sets the string to which this variable evaluates. 59 * Sets the string to which this variable evaluates.