Skip to content

Commit c24bafd

Browse files
committed
polishing
1 parent 21b4526 commit c24bafd

File tree

1 file changed

+1
-1
lines changed
  • org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/tags

1 file changed

+1
-1
lines changed

org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/tags/EvalTag.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void setExpression(String expression) {
7272

7373
/**
7474
* Set the variable name to expose the evaluation result under.
75-
* Defaults to rendering the result to the current JspWriter
75+
* Defaults to rendering the result to the current JspWriter.
7676
*/
7777
public void setVar(String var) {
7878
this.var = var;

0 commit comments

Comments
 (0)