Skip to content

Commit 22e57fd

Browse files
committed
Polishing.
See #1022 Original pull request: #1039.
1 parent cc6859b commit 22e57fd

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/JdbcQueryMethod.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ private <T> T getMergedAnnotationAttribute(String attribute) {
218218
}
219219

220220
/**
221-
* Returns whether the method has an annotated query.
221+
* @return {@code true} if the method has an annotated query.
222222
*/
223223
public boolean hasAnnotatedQuery() {
224224
return findAnnotatedQuery().isPresent();

0 commit comments

Comments
 (0)