summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-09-03 13:57:20 +0300
committerLeif Åstrand <leif@vaadin.com>2012-09-03 14:05:31 +0300
commit6f276f4451cb185919084181b54fb84532a1d984 (patch)
tree698b9459b867349aae9de5f26ebefa7dd1f3b81d /client
parent3dd5a4824cda3dd7842c937a618feebc2b1a0f27 (diff)
downloadvaadin-framework-6f276f4451cb185919084181b54fb84532a1d984.tar.gz
vaadin-framework-6f276f4451cb185919084181b54fb84532a1d984.zip
Combine ApplicationServlet and AAS and rename to VaadinServlet (#9460)
Diffstat (limited to 'client')
-rw-r--r--client/src/com/vaadin/client/ApplicationConfiguration.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/com/vaadin/client/ApplicationConfiguration.java b/client/src/com/vaadin/client/ApplicationConfiguration.java
index 0bb9bf1989..f620a39a70 100644
--- a/client/src/com/vaadin/client/ApplicationConfiguration.java
+++ b/client/src/com/vaadin/client/ApplicationConfiguration.java
@@ -146,7 +146,7 @@ public class ApplicationConfiguration implements EntryPoint {
*
* @return a string with the version
*
- * @see com.vaadin.server.AbstractApplicationServlet#VERSION
+ * @see com.vaadin.server.VaadinServlet#VERSION
*/
private native String getVaadinVersion()
/*-{