Skip to content

Commit 9e91a0e

Browse files
schaudermp911de
authored andcommitted
Polishing.
Fix Javadoc. See #1872 Original pull request: #1874
1 parent 25effcd commit 9e91a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-jdbc/src/main/java/org/springframework/data/jdbc/repository/query/AbstractJdbcQuery.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public JdbcQueryMethod getQueryMethod() {
7676
* Creates a {@link JdbcQueryExecution} given a {@link ResultSetExtractor} or a {@link RowMapper}. Prefers the given
7777
* {@link ResultSetExtractor} over {@link RowMapper}.
7878
*
79-
* @param extractor must not be {@literal null}.
79+
* @param extractor may be {@literal null}.
8080
* @param rowMapper must not be {@literal null}.
8181
* @return a JdbcQueryExecution appropriate for {@literal queryMethod}. Guaranteed to be not {@literal null}.
8282
*/

0 commit comments

Comments
 (0)