Skip to content

Commit

Permalink
fix region tag (#3238)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
billyjacobson authored Jun 24, 2020
1 parent ab13b67 commit c3738ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public class Reads {

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

0 comments on commit c3738ab

Please sign in to comment.