Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Fix minor typo in SolrOperations Javadoc #82

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down