Skip to content

Commit

Permalink
Update api/src/main/java/jakarta/data/event/PostDeleteEvent.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 Oct 24, 2024
1 parent 3deeca1 commit fd3d56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/jakarta/data/event/PostDeleteEvent.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.Delete}
* method is called, and after the record was deleted from the datastore.
* lifecycle method is called, and after each record is deleted from the datastore.
*
* @param <E> the entity type
*/
Expand Down

0 comments on commit fd3d56f

Please sign in to comment.