Skip to content

Commit 4c961ea

Browse files
Append _hbase to region tags (#346)
1 parent 82bb60f commit 4c961ea

File tree

1 file changed

+2
-2
lines changed
  • bigtable/hbase/snippets/src/main/java/com/example/cloud/bigtable/quickstart

1 file changed

+2
-2
lines changed

bigtable/hbase/snippets/src/main/java/com/example/cloud/bigtable/quickstart/Quickstart.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
// [START bigtable_quickstart]
17+
// [START bigtable_quickstart_hbase]
1818

1919
package com.example.cloud.bigtable.quickstart;
2020

@@ -74,4 +74,4 @@ public static void main(String... args) {
7474
}
7575
}
7676
}
77-
// [END bigtable_quickstart]
77+
// [END bigtable_quickstart_hbase]

0 commit comments

Comments
 (0)