polishing

This commit is contained in:
Juergen Hoeller
2010-03-31 13:38:15 +00:00
parent 21b4526063
commit c24bafd644

View File

@@ -72,7 +72,7 @@ public class EvalTag extends HtmlEscapingAwareTag {
/** /**
* Set the variable name to expose the evaluation result under. * Set the variable name to expose the evaluation result under.
* Defaults to rendering the result to the current JspWriter * Defaults to rendering the result to the current JspWriter.
*/ */
public void setVar(String var) { public void setVar(String var) {
this.var = var; this.var = var;