Skip to content

Commit 1507150

Browse files
authored
Fix typo on AuditingEntityListener JavaDoc.
Original pull request #2624
1 parent 38f391c commit 1507150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-jpa/src/main/java/org/springframework/data/jpa/domain/support/AuditingEntityListener.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import org.springframework.util.Assert;
2727

2828
/**
29-
* JPA entity listener to capture auditing information on persiting and updating entities. To get this one flying be
29+
* JPA entity listener to capture auditing information on persisting and updating entities. To get this one flying be
3030
* sure you configure it as entity listener in your {@code orm.xml} as follows:
3131
*
3232
* <pre>

0 commit comments

Comments
 (0)