]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove portlet dependency/import (#9741)
authorArtur <artur@vaadin.com>
Thu, 27 Jul 2017 06:29:14 +0000 (09:29 +0300)
committerHenri Sara <henri.sara@gmail.com>
Thu, 27 Jul 2017 06:29:14 +0000 (09:29 +0300)
server/src/main/java/com/vaadin/server/VaadinSession.java

index 14610984ec20d95bbb2dea5d449fd380424c8c86..671b35ae6667cf86174cd984df4283150ed7459f 100644 (file)
@@ -42,7 +42,6 @@ import java.util.concurrent.locks.ReentrantLock;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 
-import javax.portlet.PortletSession;
 import javax.servlet.http.HttpSession;
 import javax.servlet.http.HttpSessionBindingEvent;
 import javax.servlet.http.HttpSessionBindingListener;
@@ -56,8 +55,9 @@ import com.vaadin.util.ReflectTools;
 
 /**
  * Contains everything that Vaadin needs to store for a specific user. This is
- * typically stored in a {@link HttpSession} or {@link PortletSession}, but
- * others storage mechanisms might also be used.
+ * typically stored in a javax.servlet.http.HttpSession or
+ * javax.portlet.PortletSession, but others storage mechanisms might also be
+ * used.
  * <p>
  * Everything inside a {@link VaadinSession} should be serializable to ensure
  * compatibility with schemes using serialization for persisting the session