summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/src/com/vaadin/server/WrappedHttpSession.java2
-rw-r--r--server/src/com/vaadin/server/WrappedPortletSession.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/server/src/com/vaadin/server/WrappedHttpSession.java b/server/src/com/vaadin/server/WrappedHttpSession.java
index 137ccf2cdd..db4318e37a 100644
--- a/server/src/com/vaadin/server/WrappedHttpSession.java
+++ b/server/src/com/vaadin/server/WrappedHttpSession.java
@@ -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 {
diff --git a/server/src/com/vaadin/server/WrappedPortletSession.java b/server/src/com/vaadin/server/WrappedPortletSession.java
index 7960003358..9f0f1ac10f 100644
--- a/server/src/com/vaadin/server/WrappedPortletSession.java
+++ b/server/src/com/vaadin/server/WrappedPortletSession.java
@@ -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 {