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 <[email protected]>
  • Loading branch information
otaviojava and njr-11 authored Feb 21, 2024
1 parent 3b8f964 commit 6b6a277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/jakarta/nosql/Template.java
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public interface Template {
* @param id the id value
* @param <T> the entity class type
* @param <K> the id type
* @return the entity instance otherwise {@link Optional#empty()}
* @return the entity instance, otherwise {@link Optional#empty()}
* @throws NullPointerException when either the type or id are null
*/
<T, K> Optional<T> find(Class<T> type, K id);
Expand Down

0 comments on commit 6b6a277

Please sign in to comment.