adityamukho commented on code in PR #6299:
URL: https://github.com/apache/ignite-3/pull/6299#discussion_r2230402995


##########
modules/error-code-annotation-processor/src/main/java/org/apache/ignite/internal/error/code/generators/CsharpGenerator.java:
##########
@@ -113,6 +114,11 @@ private void 
generateErrorGroupClass(ErrorCodeGroupDescriptor descriptor) throws
             }
         }
 
+        for (int i = 0; i < descriptor.deprecatedAliases.size(); i++) {

Review Comment:
   Just stuck to the convention of the existing for-loop above. But no harm in 
switching to an enhanced for-loop either. I'll change it.



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to