Skip to content

Commit 149535e

Browse files
committed
Fix javadoc formatting
(cherry picked from commit 6f6cedf)
1 parent b5eee05 commit 149535e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/org/springframework/data/elasticsearch/core/AbstractReactiveElasticsearchTemplate.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ public RefreshPolicy getRefreshPolicy() {
149149

150150
/**
151151
* 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}.
152+
* like the {@link ReactiveBeforeConvertCallback}. Overrides potentially existing {@link ReactiveEntityCallbacks}.
155153
*
156154
* @param entityCallbacks must not be {@literal null}.
157155
* @throws IllegalArgumentException if the given instance is {@literal null}.

0 commit comments

Comments
 (0)