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 May 30, 2023
1 parent fc8157f commit 3533896
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 3533896

Please sign in to comment.