Skip to content
Snippets Groups Projects

Resolve "Refactorings/Clean-Up"

Merged René Schöne requested to merge 39-refactorings-clean-up into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -11,7 +11,7 @@ aspect EvaluationCounter {
}
{{#configEvaluationCounter}}
static EvaluationCounter ASTNode.{{evaluationCounterVariable}} = new EvaluationCounter();
public void {{parentTypeName}}.ragconnectResetEvaluationCounter() {
public void {{rootNodeName}}.ragconnectResetEvaluationCounter() {
{{#configEvaluationCounter}}
{{evaluationCounterVariable}}.reset();
{{/configEvaluationCounter}}
Loading