diff --git a/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/ParamAware.java b/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/ParamAware.java index 2162d98a98..0dbd4a00f9 100644 --- a/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/ParamAware.java +++ b/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/ParamAware.java @@ -28,7 +28,7 @@ public interface ParamAware { /** * Callback hook for nested spring:param tags to pass their value * to the parent tag. - * @param the result of the nested {@code spring:param} tag + * @param param the result of the nested {@code spring:param} tag */ void addParam(Param param);