polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3204 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
71932500ae
commit
d051390c1a
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue