Polishing.

See #1022
Original pull request: #1039.
This commit is contained in:
Mark Paluch
2021-09-28 15:53:04 +02:00
parent cc6859b8b8
commit 22e57fdffc

View File

@@ -218,7 +218,7 @@ public class JdbcQueryMethod extends QueryMethod {
}
/**
* Returns whether the method has an annotated query.
* @return {@code true} if the method has an annotated query.
*/
public boolean hasAnnotatedQuery() {
return findAnnotatedQuery().isPresent();