Skip to content

Commit 15a20c3

Browse files
committed
Polishing.
Fix Javadoc references. See #2202.
1 parent 97fae57 commit 15a20c3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: src/main/java/org/springframework/data/jpa/repository/support/JpaRepositoryFactory.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ public void setEscapeCharacter(EscapeCharacter escapeCharacter) {
140140
}
141141

142142
/**
143-
* Configures the {@link JpaQueryMethodFactory} to be used. Defaults to
144-
* {@link JpaQueryMethod.DefaultJpaQueryMethodFactory#INSTANCE}.
143+
* Configures the {@link JpaQueryMethodFactory} to be used. Defaults to {@link DefaultJpaQueryMethodFactory}.
145144
*
146145
* @param queryMethodFactory must not be {@literal null}.
147146
*/
@@ -294,7 +293,7 @@ private static boolean hasMethodReturningStream(Class<?> repositoryClass) {
294293
*
295294
* @author Oliver Gierke
296295
* @since 2.0.5
297-
* @see https://bugs.eclipse.org/bugs/show_bug.cgi?id=289141
296+
* @see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=289141">https://bugs.eclipse.org/bugs/show_bug.cgi?id=289141</a>
298297
*/
299298
private static class EclipseLinkProjectionQueryCreationListener implements QueryCreationListener<AbstractJpaQuery> {
300299

0 commit comments

Comments
 (0)