Skip to content

Commit

Permalink
Update api/src/main/java/jakarta/data/repository/CrudRepository.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 Oct 16, 2023
1 parent 043ef87 commit feee44b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public interface CrudRepository<T, K> extends BasicRepository<T, K> {
*
* <p>Non-matching entities are ignored and do not cause an error to be raised.</p>
*
* @param entity the entity to update. Must not be {@code null}.
* @return true if a matching entity was found in the database to update, otherwise false.
@return true if a matching entity was found in the database to update, otherwise false.
* @throws NullPointerException if the entity is null.
*/
Expand Down

0 comments on commit feee44b

Please sign in to comment.