tkalkirill commented on code in PR #4152:
URL: https://github.com/apache/ignite-3/pull/4152#discussion_r1696974187


##########
modules/network-annotation-processor/src/main/java/org/apache/ignite/internal/network/processor/serialization/MessageDeserializerGenerator.java:
##########
@@ -45,23 +50,25 @@
  * Class for generating {@link MessageDeserializer} classes.
  */
 public class MessageDeserializerGenerator {
+    private static final String FROM_ORDINAL_METHOD_NAME = "fromOrdinal";
+
     /** Processing environment. */
     private final ProcessingEnvironment processingEnv;
 
-    /**
-     * Message Types declarations for the current module.
-     */
+    /** Wrapper element with {@link MessageGroup}. */

Review Comment:
   Okay, I'll make consistent descriptions in this class and 
`org.apache.ignite.internal.network.processor.serialization.MessageSerializerGenerator`.



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