We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b8260 commit 8cb6a02Copy full SHA for 8cb6a02
1 file changed
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models/TableId.java
@@ -31,7 +31,7 @@ public static TableId of(String tableId) {
31
return new AutoValue_TableId(tableId);
32
}
33
34
- abstract String getTableId();
+ public abstract String getTableId();
35
36
@Override
37
@InternalApi
0 commit comments