Revert incorrect change to ParamAware Javadoc
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user