We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25effcd commit 9e91a0eCopy full SHA for 9e91a0e
spring-data-jdbc/src/main/java/org/springframework/data/jdbc/repository/query/AbstractJdbcQuery.java
@@ -76,7 +76,7 @@ public JdbcQueryMethod getQueryMethod() {
76
* Creates a {@link JdbcQueryExecution} given a {@link ResultSetExtractor} or a {@link RowMapper}. Prefers the given
77
* {@link ResultSetExtractor} over {@link RowMapper}.
78
*
79
- * @param extractor must not be {@literal null}.
+ * @param extractor may be {@literal null}.
80
* @param rowMapper must not be {@literal null}.
81
* @return a JdbcQueryExecution appropriate for {@literal queryMethod}. Guaranteed to be not {@literal null}.
82
*/
0 commit comments