]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix session wrap class javadocs
authorLeif Åstrand <leif@vaadin.com>
Tue, 6 Oct 2015 05:57:20 +0000 (08:57 +0300)
committerHenri Sara <hesara@vaadin.com>
Tue, 20 Oct 2015 04:38:43 +0000 (04:38 +0000)
Change-Id: I962facc5395990751821d11966300a7c2e89dc3d

server/src/com/vaadin/server/WrappedHttpSession.java
server/src/com/vaadin/server/WrappedPortletSession.java

index 137ccf2cdd60510f18944eec6a6d80a8b48e53d3..db4318e37a2a649d9c12708237197fe18c5decce 100644 (file)
@@ -27,8 +27,8 @@ import javax.servlet.http.HttpSession;
  * Wrapper for {@link HttpSession}.
  * 
  * @author Vaadin Ltd
- * @version @VERSION@
  * @since 7.0.0
+ * @see WrappedSession
  */
 public class WrappedHttpSession implements WrappedSession {
 
index 7960003358c85a697cebb0e1c8f156df103ff05b..9f0f1ac10f2cc12671cc47c1c79c98c48f77aa43 100644 (file)
@@ -21,11 +21,11 @@ import java.util.Set;
 import javax.portlet.PortletSession;
 
 /**
- * Wrapper for
+ * Wrapper for {@link PortletSession}.
  * 
  * @author Vaadin Ltd
- * @version @VERSION@
  * @since 7.0.0
+ * @see WrappedSession
  */
 public class WrappedPortletSession implements WrappedSession {