Skip to content

Commit 593ea71

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

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
@@ -63,7 +63,7 @@ public static QueryHints getFetchGraphHint(EntityManager em, JpaEntityGraph enti
6363
* Adds a JPA 2.1 fetch-graph or load-graph hint to the given {@link Query} if running under JPA 2.1.
6464
*
6565
* @see <a href="https://jakarta.ee/specifications/persistence/3.1/jakarta-persistence-spec-3.1#a2814">Jakarta
66-
* Persistence Specfication - Use of Entity Graphs in find and query operations</a>
66+
* Persistence Specification - Use of Entity Graphs in find and query operations</a>
6767
* @param em must not be {@literal null}.
6868
* @param jpaEntityGraph must not be {@literal null}.
6969
* @param entityType must not be {@literal null}.

0 commit comments

Comments
 (0)