Skip to content

Commit e0e9c90

Browse files
torin-stgavinking
authored andcommitted
Fix typo at Javadoc comment
1 parent 0b1b1ed commit e0e9c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/annotations/FetchMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public enum FetchMode {
4040
* {@linkplain jakarta.persistence.FetchType#EAGER eager} and
4141
* {@linkplain jakarta.persistence.FetchType#LAZY lazy} fetching.
4242
* On the other hand, performance considerations dictate that it
43-
* should only be used in combination wih {@code EAGER} fetching
43+
* should only be used in combination with {@code EAGER} fetching
4444
* when it is almost certain that the associated data will be
4545
* available in the second-level cache.
4646
*/

0 commit comments

Comments
 (0)