Skip to content

Commit a005df5

Browse files
committed
Minor text fixes.
1 parent 597cf1f commit a005df5

File tree

6 files changed

+6
-10
lines changed

6 files changed

+6
-10
lines changed

flexible/cloud-tasks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Google Cloud Tasks App Engine Queue Samples
1+
# Google Cloud Tasks App Engine Flexible Queue Samples
22

33
This is a sample AppEngine app demonstrating use of the Cloud Tasks API
44
using App Engine Queues.

flexible/cloud-tasks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright 2016 Google Inc.
2+
Copyright 2017 Google Inc.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

flexible/cloud-tasks/src/main/appengine/app.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc.
1+
# Copyright 2017 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -14,8 +14,4 @@
1414
# [START appyaml]
1515
runtime: java
1616
env: flex
17-
18-
handlers:
19-
- url: /.*
20-
script: this field is required, but ignored
2117
# [END appyaml]

flexible/cloud-tasks/src/main/java/com/example/cloudtasks/CreateTaskServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015 Google Inc.
2+
* Copyright 2017 Google Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

flexible/cloud-tasks/src/main/java/com/example/cloudtasks/HelloServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015 Google Inc.
2+
* Copyright 2017 Google Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

flexible/cloud-tasks/src/main/java/com/example/cloudtasks/LogPayloadServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015 Google Inc.
2+
* Copyright 2017 Google Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)