aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/WebApplicationContext.java
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2009-08-13 11:15:49 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2009-08-13 11:15:49 +0000
commitdde20e758bea4aac22f73d88313c615bf00b0c59 (patch)
treecb38bb9b4b577dc2da826c7ca77d06c62b4981e7 /src/com/vaadin/terminal/gwt/server/WebApplicationContext.java
parente9501fa2cb947244ecb73e9ab4f8b198a94aaf4b (diff)
downloadvaadin-framework-dde20e758bea4aac22f73d88313c615bf00b0c59.tar.gz
vaadin-framework-dde20e758bea4aac22f73d88313c615bf00b0c59.zip
Lots of servlet and portlet related fixes and enhancements. Most notable changes
* fixes #3191 (writeAjaxPage not protected and split into submethods) * fixes issues with #3113 * cleaned code (variable renaming, method signature changes) svn changeset:8478/svn branch:6.1
Diffstat (limited to 'src/com/vaadin/terminal/gwt/server/WebApplicationContext.java')
-rw-r--r--src/com/vaadin/terminal/gwt/server/WebApplicationContext.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/terminal/gwt/server/WebApplicationContext.java b/src/com/vaadin/terminal/gwt/server/WebApplicationContext.java
index 43c6ad2565..246de4e392 100644
--- a/src/com/vaadin/terminal/gwt/server/WebApplicationContext.java
+++ b/src/com/vaadin/terminal/gwt/server/WebApplicationContext.java
@@ -82,7 +82,7 @@ public class WebApplicationContext implements ApplicationContext,
*
* @see com.vaadin.service.ApplicationContext#getApplications()
*/
- public Collection getApplications() {
+ public Collection<Application> getApplications() {
return Collections.unmodifiableCollection(applications);
}