Skip to content

Commit 8622af1

Browse files
chore(job): delete unused region tag after migration (#9975)
1 parent 8aa1a97 commit 8622af1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public final class AutoCompleteSample {
3939
JobServiceQuickstart.getTalentSolutionClient();
4040

4141
// [START job_auto_complete_job_title]
42-
// [START auto_complete_job_title]
4342

4443
/** Auto completes job titles within given companyName. */
4544
public static void jobTitleAutoComplete(String companyName, String query) throws IOException {
@@ -60,7 +59,6 @@ public static void jobTitleAutoComplete(String companyName, String query) throws
6059

6160
System.out.println(results);
6261
}
63-
// [END auto_complete_job_title]
6462
// [END job_auto_complete_job_title]
6563

6664
// [START job_auto_complete_default]

0 commit comments

Comments
 (0)