You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2021/07/18 10:13:39 UTC

[groovy] branch master updated: Mark `QueryableHelper` as internal

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

sunlan 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 f70f119  Mark `QueryableHelper` as internal
f70f119 is described below

commit f70f119fe8e9d409ef2876b7469c7b4dddbd21d3
Author: Daniel Sun <su...@apache.org>
AuthorDate: Sun Jul 18 18:12:14 2021 +0800

    Mark `QueryableHelper` as internal
---
 .../groovy/ginq/provider/collection/runtime/QueryableHelper.groovy      | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/subprojects/groovy-ginq/src/main/groovy/org/apache/groovy/ginq/provider/collection/runtime/QueryableHelper.groovy b/subprojects/groovy-ginq/src/main/groovy/org/apache/groovy/ginq/provider/collection/runtime/QueryableHelper.groovy
index bcf2958..75274de 100644
--- a/subprojects/groovy-ginq/src/main/groovy/org/apache/groovy/ginq/provider/collection/runtime/QueryableHelper.groovy
+++ b/subprojects/groovy-ginq/src/main/groovy/org/apache/groovy/ginq/provider/collection/runtime/QueryableHelper.groovy
@@ -19,6 +19,7 @@
 package org.apache.groovy.ginq.provider.collection.runtime
 
 import groovy.transform.CompileStatic
+import groovy.transform.Internal
 
 import java.util.concurrent.Callable
 import java.util.concurrent.CompletableFuture
@@ -37,6 +38,7 @@ import static org.apache.groovy.ginq.provider.collection.runtime.Queryable.from
  *
  * @since 4.0.0
  */
+@Internal
 @CompileStatic
 class QueryableHelper {
     /**