Fix Javadoc errors (as seen in Jenkins build)

This commit is contained in:
ljacqu
2017-02-04 11:35:22 +01:00
parent 12c2556277
commit 5ad528d5d9
3 changed files with 18 additions and 17 deletions
@@ -28,7 +28,7 @@ public class WrappedTagReplacer<T, A> {
* @param allTags all available tags
* @param items the items to apply the replacements on
* @param stringGetter getter of the String property to adapt on the items
* @param itemCreator a function of signature (T, String) -> T: the original item and the adapted String are passed
* @param itemCreator a function taking (T, String): the original item and the adapted String, returning a new item
*/
public WrappedTagReplacer(Collection<Tag<A>> allTags,
Collection<T> items,