Skip to content

Commit

Permalink
Update api/src/main/java/jakarta/data/event/PostUpdateEvent.java
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Rauh <[email protected]>
  • Loading branch information
gavinking and njr-11 authored Nov 21, 2024
1 parent 9c0d3c4 commit 40bbaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/jakarta/data/event/PostUpdateEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/**
* An event that occurs when an {@link jakarta.data.repository.Update}
* lifecycle method is called, and after each entity is updated in the datastore.
* lifecycle method is called, after each entity is updated in the datastore.
*
* @param <E> the entity type
*/
Expand Down

0 comments on commit 40bbaab

Please sign in to comment.