polishing

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3204 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Juergen Hoeller 2010-03-31 13:38:15 +00:00
parent 71932500ae
commit d051390c1a
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class EvalTag extends HtmlEscapingAwareTag {
/**
* 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) {
this.var = var;