Skip to content

Commit cadcff2

Browse files
committed
no more additions currently, the new client has the same functionality as the old.
Closes spring-projects#2155
1 parent a2802ce commit cadcff2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)