Skip to content

Commit

Permalink
Update api/src/main/java/jakarta/nosql/Template.java
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Rauh <nathan.rauh@us.ibm.com>
  • Loading branch information
otaviojava and njr-11 committed Feb 20, 2024
1 parent d5b0275 commit 26e8ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/jakarta/nosql/Template.java
Expand Up @@ -256,7 +256,7 @@ public interface Template {
<T, K> void delete(Class<T> type, K id);

/**
* It starts a query using the fluent-API journey. It is a mutable and non-thread-safe instance.
* Start a query using the fluent API. The return value is a mutable and non-thread-safe instance.
*
* @param type the entity class
* @param <T> the entity type
Expand Down

0 comments on commit 26e8ce8

Please sign in to comment.