]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add license and Serializable to ServletPortletHelper
authorLeif Åstrand <leif@vaadin.com>
Mon, 19 Dec 2011 16:33:55 +0000 (18:33 +0200)
committerLeif Åstrand <leif@vaadin.com>
Mon, 19 Dec 2011 16:33:55 +0000 (18:33 +0200)
src/com/vaadin/terminal/gwt/server/ServletPortletHelper.java

index e6282db7bd267d4c391798af8296ba87b8d0ed5d..9b1e60e6214d08fd825d6759b2f11bac20469978 100644 (file)
@@ -1,9 +1,15 @@
 package com.vaadin.terminal.gwt.server;
 
+import java.io.Serializable;
+
 import com.vaadin.Application;
 import com.vaadin.ui.Root;
 
-class ServletPortletHelper {
+/*
+ @VaadinApache2LicenseForJavaFiles@
+ */
+
+class ServletPortletHelper implements Serializable {
     public static class ApplicationClassException extends Exception {
 
         public ApplicationClassException(String message, Throwable cause) {