Skip to content

Commit ab571e3

Browse files
committed
Revert incorrect change to ParamAware Javadoc
1 parent 5e42a6e commit ab571e3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/tags/ParamAware.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface ParamAware {
2828
/**
2929
* Callback hook for nested spring:param tags to pass their value
3030
* to the parent tag.
31-
* @param the result of the nested {@code spring:param} tag
31+
* @param param the result of the nested {@code spring:param} tag
3232
*/
3333
void addParam(Param param);
3434

0 commit comments

Comments
 (0)