marcwrobel commented on code in PR #1803:
URL: https://github.com/apache/groovy/pull/1803#discussion_r998175229
##########
src/main/java/org/codehaus/groovy/runtime/metaclass/DefaultMetaClassInfo.java:
##########
@@ -154,21 +154,21 @@ public static void setOrigInt(boolean v) {
// int[]
//---------------------------------------------
- // if original Integer[] meta class
+ // if original Integer[] metaclass
private static boolean origIntArray = true;
// if origInt and withoutCustomHandle
private static boolean origIntArrayWCH = true;
/**
- * @return true if no meta class creation handle is set and if
- * the original integer array 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:
##########
@@ -179,21 +179,21 @@ public static void setOrigIntArray(boolean v) {
// long
//---------------------------------------------
- // if original long meta class
+ // if original long metaclass
private static boolean origLong = true;
// if origLong and withoutCustomHandle
private static boolean origLongRes = true;
/**
- * @return true if no meta class creation handle is set and if
- * the original long 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]