We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5eee05 commit 149535eCopy full SHA for 149535e
src/main/java/org/springframework/data/elasticsearch/core/AbstractReactiveElasticsearchTemplate.java
@@ -149,9 +149,7 @@ public RefreshPolicy getRefreshPolicy() {
149
150
/**
151
* Set the {@link ReactiveEntityCallbacks} instance to use when invoking {@link ReactiveEntityCallbacks callbacks}
152
- * like the {@link ReactiveBeforeConvertCallback}.
153
- * <p />
154
- * Overrides potentially existing {@link ReactiveEntityCallbacks}.
+ * like the {@link ReactiveBeforeConvertCallback}. Overrides potentially existing {@link ReactiveEntityCallbacks}.
155
*
156
* @param entityCallbacks must not be {@literal null}.
157
* @throws IllegalArgumentException if the given instance is {@literal null}.
0 commit comments