Skip to content

Commit 3626087

Browse files
authored
refactor: remove quickstart code tag from JobServiceQuickstart (#10304)
1 parent 590c12d commit 3626087

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
public class JobServiceQuickstart {
3434

3535
// [START job_search_quick_start]
36-
// [START quickstart]
3736

3837
private static final JsonFactory JSON_FACTORY = new GsonFactory();
3938
private static final NetHttpTransport NET_HTTP_TRANSPORT = new NetHttpTransport();
@@ -92,6 +91,5 @@ public static void main(String... args) throws Exception {
9291
}
9392
}
9493

95-
// [END quickstart]
9694
// [END job_search_quick_start]
9795
}

0 commit comments

Comments
 (0)