From: Artur Signell Date: Tue, 29 Dec 2009 13:03:36 +0000 (+0000) Subject: Portlet 1.0 support is not deprecated and thus PortletApplicationContext should not... X-Git-Tag: 6.7.0.beta1~2084^2~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d315c10b377e7562a4ebcd6c488a8511c3b7021a;p=vaadin-framework.git Portlet 1.0 support is not deprecated and thus PortletApplicationContext should not be either. svn changeset:10571/svn branch:6.2 --- diff --git a/src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java b/src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java index b8d058d88a..af9ed1b9a6 100644 --- a/src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java +++ b/src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java @@ -22,9 +22,8 @@ import com.vaadin.Application; /** * @author marc - * @deprecated Use Portlet 2.0 class {@link PortletApplicationContext2} instead. */ -@SuppressWarnings({"serial", "unchecked"}) +@SuppressWarnings( { "serial", "unchecked" }) @Deprecated public class PortletApplicationContext extends WebApplicationContext implements Serializable {