Skip to content

Commit

Permalink
Update api/src/main/java/jakarta/data/event/PreDeleteEvent.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 64492bd commit 68d88a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/jakarta/data/event/PreDeleteEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package jakarta.data.event;

/**
* An event that occurs when an {@link jakarta.data.repository.Delete}
* An event that occurs when a {@link jakarta.data.repository.Delete}
* lifecycle method is called, but before each record is deleted from the datastore.
*
* @param <E> the entity type
Expand Down

0 comments on commit 68d88a3

Please sign in to comment.