daniellansun commented on code in PR #1781:
URL: https://github.com/apache/groovy/pull/1781#discussion_r962830207
##########
src/main/java/org/codehaus/groovy/runtime/ArrayUtil.java:
##########
@@ -61,31 +55,32 @@
public class ArrayUtil {
private static final Object[] EMPTY = new Object[0];
- public static MethodHandle getCloneArrayMethodHandle() {
Review Comment:
`getCloneArrayMethodHandle` was added in 4.0.5-SNAPSHOT, so removing it will
not break binary compatibility
--
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]