Skip to content

Commit fbe30d5

Browse files
averikitschchingor13
authored andcommitted
samples: Update comments in Task samples (#1418)
1 parent a8e8d55 commit fbe30d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tasks/snippets/src/main/java/com/example/task/CreateHttpTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static void main(String[] args) throws Exception {
3939
// projectId = "my-project-id";
4040
// queueName = "my-queue";
4141
// location = "us-central1";
42-
// url = "https://example.com/hellohandler";
42+
// url = "https://example.com/taskhandler";
4343
String payload = "hello";
4444

4545
// Construct the fully qualified queue name.

tasks/snippets/src/main/java/com/example/task/CreateHttpTaskWithToken.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static void main(String[] args) throws Exception {
4040
// projectId = "my-project-id";
4141
// queueName = "my-appengine-queue";
4242
// location = "us-central1";
43-
// url = "https://example.com/tasks/create";
43+
// url = "https://example.com/taskhandler";
4444
String payload = "hello";
4545

4646
// Construct the fully qualified queue name.

0 commit comments

Comments
 (0)