8000 fix region tag (#3238) · CoderBoyBoy/java-docs-samples@c3738ab · GitHub
[go: up one dir, main page]

Skip to content

Commit c3738ab

Browse files
fix region tag (GoogleCloudPlatform#3238)
Fixes #issue > It's a good idea to open an issue first for discussion. - [ ] I have followed [Sample Format Guide](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/SAMPLE_FORMAT.md) - [ ] `pom.xml` parent set to latest `shared-configuration` - [ ] Appropriate changes to README are included in PR - [ ] API's need to be enabled to test (tell us) - [ ] Environment Variables need to be set (ask us to set them) - [x] **Tests** pass: `mvn clean verify` **required** - [x] **Lint** passes: `mvn -P lint checkstyle:check` **required** - [ ] **Static Analysis**: `mvn -P lint clean compile pmd:cpd-check spotbugs:check` **advisory only** - [x] Please **merge** this PR for me once it is approved.
1 parent ab13b67 commit c3738ab

File tree

1 file changed

+1
-0
lines changed
  • bigtable/snippets/src/main/java/com/example/bigtable

1 file changed

+1
-0
lines changed

bigtable/snippets/src/main/java/com/example/bigtable/Reads.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public class Reads {
3434

3535
// Write your code here.
3636
// [START_EXCLUDE]
37+
// [START bigtable_reads_row]
3738
public static void readRow() {
3839
// TODO(developer): Replace these variables before running the sample.
3940
String projectId = "my-project-id";

0 commit comments

Comments
 (0)
0