Skip to content

Commit 529eb72

Browse files
Kguswoschauder
authored andcommitted
Fix typo in Jpa21Utils javadoc.
Signed-off-by: Now <[email protected]> Original pull request #3955
1 parent 257ece1 commit 529eb72

File tree

1 file changed

+1
-1
lines changed
  • spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/query

1 file changed

+1
-1
lines changed

spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/query/Jpa21Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static QueryHints getFetchGraphHint(EntityManager em, JpaEntityGraph enti
6464
* Adds a JPA 2.1 fetch-graph or load-graph hint to the given {@link Query} if running under JPA 2.1.
6565
*
6666
* @see <a href="https://jakarta.ee/specifications/persistence/3.1/jakarta-persistence-spec-3.1#a2814">Jakarta
67-
* Persistence Specfication - Use of Entity Graphs in find and query operations</a>
67+
* Persistence Specification - Use of Entity Graphs in find and query operations</a>
6868
* @param em must not be {@literal null}.
6969
* @param jpaEntityGraph must not be {@literal null}.
7070
* @param entityType must not be {@literal null}.

0 commit comments

Comments
 (0)