Skip to content

Commit c0282a8

Browse files
committed
samples: Task ReadMe changes (#1420)
* Readme update * fix queue name
1 parent 8e51c68 commit c0282a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static void main(String[] args) throws Exception {
3838
try (CloudTasksClient client = CloudTasksClient.create()) {
3939
// Variables provided by the system variables.
4040
// projectId = "my-project-id";
41-
// queueName = "my-appengine-queue";
41+
// queueName = "my-queue";
4242
// location = "us-central1";
4343
// url = "https://example.com/taskhandler";
4444
String payload = "hello";

0 commit comments

Comments
 (0)