From ab571e3562b0f389a8b61a8deb5e75459f6a09f2 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sun, 18 Dec 2022 14:14:16 +0100 Subject: [PATCH] Revert incorrect change to ParamAware Javadoc --- .../java/org/springframework/web/servlet/tags/ParamAware.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);