Skip to content

Commit 7cf4cf9

Browse files
ByungjunYoump911de
authored andcommitted
Fix a typo in javadoc.
Closes #2739
1 parent 7fedd5f commit 7cf4cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/mapping/model/PersistentEntityIsNewStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import org.springframework.util.ClassUtils;
2525

2626
/**
27-
* An {@link IsNewStrategy} to use a {@link PersistentEntity}'s version property followed by it
27+
* An {@link IsNewStrategy} to use a {@link PersistentEntity}'s version property followed by identifier.
2828
*
2929
* @author Oliver Gierke
3030
* @author Mark Paluch

0 commit comments

Comments
 (0)