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 2fc55c3  no need for Incubating to be still incubating
2fc55c3 is described below

commit 2fc55c3cc61e57b18ded939161c5d3ae4b7d06c0
Author: Paul King <[email protected]>
AuthorDate: Mon Aug 3 15:43:04 2020 +1000

    no need for Incubating to be still incubating
---
 src/main/java/org/apache/groovy/lang/annotation/Incubating.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/groovy/lang/annotation/Incubating.java 
b/src/main/java/org/apache/groovy/lang/annotation/Incubating.java
index d6964f8..10691ba 100644
--- a/src/main/java/org/apache/groovy/lang/annotation/Incubating.java
+++ b/src/main/java/org/apache/groovy/lang/annotation/Incubating.java
@@ -35,7 +35,6 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
 /**
  * Annotation to indicate experimental and still to be refined API, which may 
change at any time
  */
-@Incubating
 @Documented
 @Retention(value=RUNTIME)
 @Target(value={TYPE, FIELD, METHOD, PARAMETER, CONSTRUCTOR, ANNOTATION_TYPE, 
PACKAGE})

Reply via email to