Remove duplicated words in Javadoc

This commit is contained in:
Sam Brannen
2022-12-18 11:03:29 +01:00
parent d2b54e2611
commit 5c28b56823
4 changed files with 4 additions and 4 deletions

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 param the result of the nested {@code spring:param} tag
* @param the result of the nested {@code spring:param} tag
*/
void addParam(Param param);