marcwrobel commented on code in PR #1803:
URL: https://github.com/apache/groovy/pull/1803#discussion_r998176302
##########
src/main/java/org/codehaus/groovy/runtime/metaclass/DefaultMetaClassInfo.java:
##########
@@ -129,21 +129,21 @@ public static void setOrigShort(boolean v) {
// int
//---------------------------------------------
- // if original Integer meta class
+ // if original Integer metaclass
private static boolean origInt = true;
// if origInt and withoutCustomHandle
private static boolean origIntRes = true;
/**
- * @return true if no meta class creation handle is set and if
- * the original integer 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:
##########
@@ -54,21 +54,21 @@ public static void setOrigBool(boolean v) {
// byte
//---------------------------------------------
- // if original Byte meta class
+ // if original Byte metaclass
private static boolean origByte = true;
// if origByte and withoutCustomHandle
private static boolean origByteRes = true;
/**
- * @return true if no meta class creation handle is set and if
- * the original byte 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]