You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2023/01/26 11:45:17 UTC

[groovy] branch master updated: partial revert of "add missing AGM min/max variants" to have a more complete offering as a PR

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 99c6e88f5b partial revert of "add missing AGM min/max variants" to have a more complete offering as a PR
99c6e88f5b is described below

commit 99c6e88f5baba93c59e9d4cd88d660364e95973b
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Jan 26 21:45:07 2023 +1000

    partial revert of "add missing AGM min/max variants" to have a more complete offering as a PR
---
 src/main/java/org/codehaus/groovy/runtime/ArrayGroovyMethods.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/codehaus/groovy/runtime/ArrayGroovyMethods.java b/src/main/java/org/codehaus/groovy/runtime/ArrayGroovyMethods.java
index a2afad86cd..1c37308ffe 100644
--- a/src/main/java/org/codehaus/groovy/runtime/ArrayGroovyMethods.java
+++ b/src/main/java/org/codehaus/groovy/runtime/ArrayGroovyMethods.java
@@ -25,7 +25,6 @@ import groovy.lang.Range;
 import groovy.transform.stc.ClosureParams;
 import groovy.transform.stc.FirstParam;
 import groovy.transform.stc.FromString;
-import org.apache.groovy.lang.annotation.Incubating;
 import org.codehaus.groovy.runtime.callsite.BooleanClosureWrapper;
 import org.codehaus.groovy.runtime.dgmimpl.NumberNumberDiv;
 import org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation;