Fix typo on AuditingEntityListener JavaDoc.

Original pull request #2624
This commit is contained in:
furnivall
2022-08-26 14:18:47 +01:00
committed by GitHub
parent 38f391c836
commit 1507150f83

View File

@@ -26,7 +26,7 @@ import org.springframework.lang.Nullable;
import org.springframework.util.Assert;
/**
* 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
* sure you configure it as entity listener in your {@code orm.xml} as follows:
*
* <pre>