diff --git a/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models/Query.java b/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models/Query.java index 3708c25def..2f579e2bd2 100644 --- a/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models/Query.java +++ b/google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models/Query.java @@ -366,7 +366,6 @@ private static ByteString wrapKey(String key) { * A Query Paginator that will split a query into small chunks. See {@link * Query#createPaginator(int)} for example usage. */ - @BetaApi("This surface is stable yet it might be removed in the future.") public static class QueryPaginator { private final boolean hasOverallLimit;