Skip to content

Commit

Permalink
docs: enhance delete provider
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Jan 1, 2025
1 parent e24435f commit d6e756e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This class extends {@link AbstractWhere}, utilizing its capabilities to parse conditional expressions
* and determine the target entity for deletion based on the parsed query.
*
* <p>The class implements {@link Function<String, DeleteQuery>}, accepting a query string and returning
* <p>The class implements {@link Function}, accepting a query string and returning
* a configured {@link DeleteQuery} that encapsulates the entity to be deleted and any applicable conditions
* specified in the WHERE clause.</p>
*/
Expand Down

0 comments on commit d6e756e

Please sign in to comment.