Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Fix Javadoc.

See #1872
Original pull request: #1874
  • Loading branch information
schauder authored and mp911de committed Sep 16, 2024
1 parent 25effcd commit 9e91a0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public JdbcQueryMethod getQueryMethod() {
* Creates a {@link JdbcQueryExecution} given a {@link ResultSetExtractor} or a {@link RowMapper}. Prefers the given
* {@link ResultSetExtractor} over {@link RowMapper}.
*
* @param extractor must not be {@literal null}.
* @param extractor may be {@literal null}.
* @param rowMapper must not be {@literal null}.
* @return a JdbcQueryExecution appropriate for {@literal queryMethod}. Guaranteed to be not {@literal null}.
*/
Expand Down

0 comments on commit 9e91a0e

Please sign in to comment.