Skip to content

Commit

Permalink
typo in sample
Browse files Browse the repository at this point in the history
Change-Id: Ib0ec1c4d01f9cb6153c07dfb3637dc8092050f3f
  • Loading branch information
igorbernstein2 committed Jun 27, 2023
1 parent 6eae36e commit 50ebc01
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -207,7 +207,7 @@ public static void readRowsReversed() {
String projectId = "my-project-id";
String instanceId = "my-instance-id";
String tableId = "mobile-time-series";
readPrefix(projectId, instanceId, tableId);
readRowsReversed(projectId, instanceId, tableId);
}

public static void readRowsReversed(String projectId, String instanceId, String tableId) {
Expand Down

0 comments on commit 50ebc01

Please sign in to comment.