Skip to content

Commit 3744028

Browse files
oni7ukasothawo
andauthored
Update src/main/java/org/springframework/data/elasticsearch/core/ResponseConverter.java
rename help method Co-authored-by: Peter-Josef Meisch <[email protected]>
1 parent 4f7a679 commit 3744028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ public static ByQueryResponse.SearchFailure byQueryResponseSearchFailureOf(
389389

390390
// region postReindexResponse
391391

392-
public static PostReindexResponse postReindexResponseOf(BulkByScrollResponse bulkByScrollResponse){
392+
public static PostReindexResponse reindexResponseOf(BulkByScrollResponse bulkByScrollResponse){
393393
final List<PostReindexResponse.Failure> failures = bulkByScrollResponse.getBulkFailures() //
394394
.stream() //
395395
.map(ResponseConverter::postReindexResponseFailureOf) //

0 commit comments

Comments
 (0)