Fix a typo in javadoc.

Closes #2739
This commit is contained in:
ByungjunYou
2022-11-30 22:22:44 +09:00
committed by Mark Paluch
parent 3954e744b2
commit 0dca2b26c9

View File

@@ -24,7 +24,7 @@ import org.springframework.util.Assert;
import org.springframework.util.ClassUtils;
/**
* An {@link IsNewStrategy} to use a {@link PersistentEntity}'s version property followed by it
* An {@link IsNewStrategy} to use a {@link PersistentEntity}'s version property followed by identifier.
*
* @author Oliver Gierke
* @author Mark Paluch