korlov42 commented on code in PR #3459:
URL: https://github.com/apache/ignite-3/pull/3459#discussion_r1533784786


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/api/AsyncResultSetImpl.java:
##########
@@ -41,6 +41,7 @@
  * Asynchronous result set implementation.
  */
 public class AsyncResultSetImpl<T> implements AsyncResultSet<T> {
+    @Nullable

Review Comment:
   according to our guidelines, [type-use annotations appear immediately before 
the annotated 
type](https://google.github.io/styleguide/javaguide.html#s4.8.5-annotations)



-- 
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]

Reply via email to