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 7fedd5f3ec
commit 7cf4cf9baa
@@ -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