]> source.dussan.org Git - vaadin-framework.git/commitdiff
Portlet 1.0 support is not deprecated and thus PortletApplicationContext should not...
authorArtur Signell <artur.signell@itmill.com>
Tue, 29 Dec 2009 13:03:36 +0000 (13:03 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 29 Dec 2009 13:03:36 +0000 (13:03 +0000)
svn changeset:10571/svn branch:6.2

src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java

index b8d058d88a3da6602620904b99dd585422106538..af9ed1b9a65aee96dcb622d5fd4709e4adaff5b7 100644 (file)
@@ -22,9 +22,8 @@ import com.vaadin.Application;
 \r
 /**\r
  * @author marc\r
- * @deprecated Use Portlet 2.0 class {@link PortletApplicationContext2} instead.\r
  */\r
-@SuppressWarnings({"serial", "unchecked"})\r
+@SuppressWarnings( { "serial", "unchecked" })\r
 @Deprecated\r
 public class PortletApplicationContext extends WebApplicationContext implements\r
         Serializable {\r