summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorelmot <elmot@vaadin.com>2015-06-04 18:13:28 +0300
committerVaadin Code Review <review@vaadin.com>2015-06-05 12:41:12 +0000
commit67b0e2dd3f1f520bf25b3715f9cddcefcc24689f (patch)
treee6291d48bb162fa560ef1aa2affc8ce0f5c0c113 /server
parent28bf60e511d1f18fdf1754c6b42ac1993eac6e10 (diff)
downloadvaadin-framework-67b0e2dd3f1f520bf25b3715f9cddcefcc24689f.tar.gz
vaadin-framework-67b0e2dd3f1f520bf25b3715f9cddcefcc24689f.zip
GAE related fixes: another GAE app, new license, javadoc mistake fix(#18168)
Google forces applications owners to migrate all applications to a new [High Replication] DataStorage. An old Vaadin application is deleted, and a new one is created because of that migration. GAE license is replaced with latest one. Change-Id: Ie6de09f0c1c621308ad8e0cfc2ba7b42bfb10429
Diffstat (limited to 'server')
-rw-r--r--server/src/com/vaadin/server/GAEVaadinServlet.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/server/GAEVaadinServlet.java b/server/src/com/vaadin/server/GAEVaadinServlet.java
index df7cd0a66e..6f5c15ebdd 100644
--- a/server/src/com/vaadin/server/GAEVaadinServlet.java
+++ b/server/src/com/vaadin/server/GAEVaadinServlet.java
@@ -57,7 +57,7 @@ import com.google.apphosting.api.DeadlineExceededException;
* &lt;servlet-name&gt;HelloWorld&lt;/servlet-name&gt;
* &lt;servlet-class&gt;com.vaadin.server.GAEApplicationServlet&lt;/servlet-class&gt;
* &lt;init-param&gt;
- * &lt;param-name&gt;application&lt;/param-name&gt;
+ * &lt;param-name&gt;UI&lt;/param-name&gt;
* &lt;param-value&gt;com.vaadin.demo.HelloWorld&lt;/param-value&gt;
* &lt;/init-param&gt;
* &lt;/servlet&gt;