We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f391c commit 1507150Copy full SHA for 1507150
spring-data-jpa/src/main/java/org/springframework/data/jpa/domain/support/AuditingEntityListener.java
@@ -26,7 +26,7 @@
26
import org.springframework.util.Assert;
27
28
/**
29
- * JPA entity listener to capture auditing information on persiting and updating entities. To get this one flying be
+ * JPA entity listener to capture auditing information on persisting and updating entities. To get this one flying be
30
* sure you configure it as entity listener in your {@code orm.xml} as follows:
31
*
32
* <pre>
0 commit comments