We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b4526 commit c24bafdCopy full SHA for c24bafd
org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/tags/EvalTag.java
@@ -72,7 +72,7 @@ public void setExpression(String expression) {
72
73
/**
74
* Set the variable name to expose the evaluation result under.
75
- * Defaults to rendering the result to the current JspWriter
+ * Defaults to rendering the result to the current JspWriter.
76
*/
77
public void setVar(String var) {
78
this.var = var;
0 commit comments