marcwrobel commented on code in PR #1803:
URL: https://github.com/apache/groovy/pull/1803#discussion_r998177052
##########
src/main/java/org/codehaus/groovy/runtime/metaclass/DefaultMetaClassInfo.java:
##########
@@ -79,21 +79,21 @@ public static void setOrigByte(boolean v) {
// char
//---------------------------------------------
- // if original char meta class
+ // if original char metaclass
private static boolean origChar = true;
// if origChar and withoutCustomHandle
private static boolean origCharRes = true;
/**
- * @return true if no meta class creation handle is set and if
- * the original char meta class is used.
+ * @return true if no metaclass creation handle is set and if
Review Comment:
Resolved.
##########
src/main/java/org/codehaus/groovy/runtime/metaclass/DefaultMetaClassInfo.java:
##########
@@ -204,21 +204,21 @@ public static void setOrigLong(boolean v) {
// float
//---------------------------------------------
- // if original float meta class
+ // if original float metaclass
private static boolean origFloat = true;
// if origFloat and withoutCustomHandle
private static boolean origFloatRes = true;
/**
- * @return true if no meta class creation handle is set and if
- * the original float 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]