Skip to content

Commit 0f62a38

Browse files
authored
fix: removed old region tag (#9396)
1 parent bb70752 commit 0f62a38

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jobs/v3/src/main/java/com/google/samples/CommuteSearchSample.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public final class CommuteSearchSample {
4343
JobServiceQuickstart.getTalentSolutionClient();
4444

4545
// [START job_discovery_commute_search]
46-
// [START commute_search]
4746

4847
public static void commuteSearch(String companyName) throws IOException, InterruptedException {
4948
// Make sure to set the requestMetadata the same as the associated search request
@@ -83,7 +82,6 @@ public static void commuteSearch(String companyName) throws IOException, Interru
8382
Thread.sleep(1000);
8483
System.out.printf("Search jobs for commute results: %s\n", response);
8584
}
86-
// [END commute_search]
8785
// [END job_discovery_commute_search]
8886

8987
public static void main(String... args) throws Exception {

0 commit comments

Comments
 (0)