Skip to content

Commit e0d83ad

Browse files
MaxRossGoogleaverikitsch
authored andcommitted
Update example to not reference GAE (GoogleCloudPlatform#1412)
1 parent 57717fd commit e0d83ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ public static void main(String[] args) throws Exception {
3737
try (CloudTasksClient client = CloudTasksClient.create()) {
3838
// Variables provided by the system variables.
3939
// projectId = "my-project-id";
40-
// queueName = "my-appengine-queue";
40+
// queueName = "my-queue";
4141
// location = "us-central1";
42-
// url = "https://<project-id>.appspot.com/tasks/create";
42+
// url = "https://example.com/hellohandler";
4343
String payload = "hello";
4444

4545
// Construct the fully qualified queue name.

0 commit comments

Comments
 (0)