timoninmaxim commented on code in PR #12329:
URL: https://github.com/apache/ignite/pull/12329#discussion_r2347526082
##########
modules/core/src/main/java/org/apache/ignite/cache/query/IndexQuery.java:
##########
@@ -138,6 +138,7 @@ public IndexQuery<K, V>
setCriteria(List<IndexQueryCriterion> criteria) {
*
* @return List of criteria for this index query.
*/
+ @Nullable
Review Comment:
Move the annotation to the method line. See, how it is done for other
methods, for example `IndexQuery#getPartition`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]