marcwrobel commented on code in PR #1803:
URL: https://github.com/apache/groovy/pull/1803#discussion_r998175783
##########
src/main/java/org/codehaus/groovy/runtime/metaclass/DefaultMetaClassInfo.java:
##########
@@ -229,36 +229,36 @@ public static void setOrigFloat(boolean v) {
// double
//---------------------------------------------
- // if original double meta class
+ // if original double metaclass
private static boolean origDouble = true;
// if origFloat and withoutCustomHandle
private static boolean origDoubleRes = true;
/**
- * @return true if no meta class creation handle is set and if
- * the original double meta class is used.
+ * @return true if no metaclass creation handle is set and if
Review Comment:
Resolved.
--
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]