Skip to content

Commit 2ea5b3a

Browse files
nicholslmutianf
andauthored
Update channel priming annotation
Co-authored-by: Mattie Fu <mattiefu@google.com>
1 parent b535a44 commit 2ea5b3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/BigtableChannelPrimer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* <p>This implementation is subject to change in the future, but currently it will prime the
4747
* channel by sending a ReadRow request for a hardcoded, non-existent row key.
4848
*/
49-
@InternalApi("Channel priming is not currently stable and might change in the future")
49+
@InternalApi
5050
public class BigtableChannelPrimer implements ChannelPrimer {
5151
private static Logger LOG = Logger.getLogger(BigtableChannelPrimer.class.toString());
5252

0 commit comments

Comments
 (0)