Skip to content

Commit d974788

Browse files
authored
no more additions currently, the new client has the same functionality as the old.
Original Pull Request #2205 Closes #2155
1 parent 0109a68 commit d974788

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/main/java/org/springframework/data/elasticsearch/client/elc/RequestConverter.java

-2
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,6 @@ public PutMappingRequest indicesPutMappingRequest(IndexCoordinates indexCoordina
241241
builder.index(Arrays.asList(indexCoordinates.getIndexNames()));
242242
addPropertiesToMapping(builder, mapping);
243243

244-
// TODO #2155 what else to add
245-
246244
return builder.build();
247245
}
248246

0 commit comments

Comments
 (0)