Revert incorrect change to ParamAware Javadoc

This commit is contained in:
Sam Brannen
2022-12-18 14:14:16 +01:00
parent 5e42a6eb0a
commit ab571e3562

View File

@@ -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);