File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/main/java/org/springframework/data/jpa/repository/support Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments