bigdata-memory commented on code in PR #344:
URL: https://github.com/apache/mnemonic/pull/344#discussion_r1299219565
##########
mnemonic-core/src/main/java/org/apache/mnemonic/AnnotatedDurableEntityClass.java:
##########
@@ -931,7 +931,7 @@ protected void buildEntityMethodSpecs(TypeSpec.Builder
typespecbuilder) throws A
// if (isUnboxPrimitive(dynfieldinfo.type)) {
// code.addStatement("$1N($2L)", gsetterName(fname, false),
// getIntialValueLiteral(dynfieldinfo.type));
- // } else {
+ // } else {TypeSpec
Review Comment:
Please remove 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]