hrgdavor commented on code in PR #2613:
URL: https://github.com/apache/fory/pull/2613#discussion_r2350114843
##########
java/fory-core/src/main/java/org/apache/fory/type/DescriptorGrouper.java:
##########
@@ -178,6 +178,7 @@ private DescriptorGrouper(
} else if (TypeUtils.isMap(descriptor.getRawType())) {
mapDescriptors.add(descriptorUpdater.apply(descriptor));
} else if (isMonomorphic.test(descriptor.getRawType())) {
+ isMonomorphic.test(descriptor.getRawType());
Review Comment:
I am totally new here, this duplication just looks strange. If there is a
reason for, it, A comment with explanation would be great :)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]