summaryrefslogtreecommitdiff
path: root/resources/templates/GcmEndpoints/root/src/main/RegistrationEndpoint.java.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'resources/templates/GcmEndpoints/root/src/main/RegistrationEndpoint.java.ftl')
-rw-r--r--resources/templates/GcmEndpoints/root/src/main/RegistrationEndpoint.java.ftl8
1 files changed, 7 insertions, 1 deletions
diff --git a/resources/templates/GcmEndpoints/root/src/main/RegistrationEndpoint.java.ftl b/resources/templates/GcmEndpoints/root/src/main/RegistrationEndpoint.java.ftl
index 95fa77d..0f4d085 100644
--- a/resources/templates/GcmEndpoints/root/src/main/RegistrationEndpoint.java.ftl
+++ b/resources/templates/GcmEndpoints/root/src/main/RegistrationEndpoint.java.ftl
@@ -1,3 +1,9 @@
+/*
+ For step-by-step instructions on connecting your Android application to this backend module,
+ see "App Engine Backend with Google Cloud Messaging" template documentation at
+ https://github.com/GoogleCloudPlatform/gradle-appengine-templates/tree/master/GcmEndpoints
+*/
+
package ${packageName};
import com.google.api.server.spi.config.Api;
@@ -73,4 +79,4 @@ public class RegistrationEndpoint {
return ofy().load().type(RegistrationRecord.class).filter("regId", regId).first().now();
}
-} \ No newline at end of file
+}