Fix javadoc formatting

(cherry picked from commit 6f6cedf6dff2c7f7ef886d65a857b345013db628)
This commit is contained in:
Peter-Josef Meisch 2022-03-19 20:50:18 +01:00
parent b5eee05e3b
commit 149535e0d3
No known key found for this signature in database
GPG Key ID: DE108246970C7708

View File

@ -149,9 +149,7 @@ abstract public class AbstractReactiveElasticsearchTemplate
/**
* Set the {@link ReactiveEntityCallbacks} instance to use when invoking {@link ReactiveEntityCallbacks callbacks}
* like the {@link ReactiveBeforeConvertCallback}.
* <p />
* Overrides potentially existing {@link ReactiveEntityCallbacks}.
* like the {@link ReactiveBeforeConvertCallback}. Overrides potentially existing {@link ReactiveEntityCallbacks}.
*
* @param entityCallbacks must not be {@literal null}.
* @throws IllegalArgumentException if the given instance is {@literal null}.