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 5e42a6e commit ab571e3Copy full SHA for ab571e3
spring-webmvc/src/main/java/org/springframework/web/servlet/tags/ParamAware.java
@@ -28,7 +28,7 @@ public interface ParamAware {
28
/**
29
* Callback hook for nested spring:param tags to pass their value
30
* to the parent tag.
31
- * @param the result of the nested {@code spring:param} tag
+ * @param param the result of the nested {@code spring:param} tag
32
*/
33
void addParam(Param param);
34
0 commit comments