chaokunyang commented on code in PR #2613:
URL: https://github.com/apache/fory/pull/2613#discussion_r2350508132


##########
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 just removed it, it's added by me for debugging, thanks for catching this



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

Reply via email to