Polishing.

Fix Javadoc.

See #1872
Original pull request: #1874
This commit is contained in:
Jens Schauder
2024-09-04 13:38:53 +02:00
committed by Mark Paluch
parent 25effcddb3
commit 9e91a0e7a5

View File

@@ -76,7 +76,7 @@ public abstract class AbstractJdbcQuery implements RepositoryQuery {
* 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}.
*/