From 80e860972e9dd39cf378e9a6a95fdf0c94a2d587 Mon Sep 17 00:00:00 2001 From: Jeffrey Walraven Date: Wed, 12 Dec 2018 20:50:07 -0500 Subject: [PATCH] Fix minor typo in SolrOperations Javadoc --- .../java/org/springframework/data/solr/core/SolrOperations.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/springframework/data/solr/core/SolrOperations.java b/src/main/java/org/springframework/data/solr/core/SolrOperations.java index c866ad15e..8a3fb5a1f 100644 --- a/src/main/java/org/springframework/data/solr/core/SolrOperations.java +++ b/src/main/java/org/springframework/data/solr/core/SolrOperations.java @@ -239,7 +239,7 @@ default UpdateResponse delete(String collection, SolrDataQuery query) { UpdateResponse delete(String collection, SolrDataQuery query, @Nullable Class domainType); /** - * Detele the one object with provided id. + * Delete the one object with provided id. * * @param collection must not be {@literal null}. * @param id must not be {@literal null}.