Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Auge2018-01-22 17:26:47 +0000
committerRaymond Auge2018-01-22 17:26:47 +0000
commit8cde2605e49cd1db19af2adfaa642f96ae53de60 (patch)
treed9e1ac75f7eee5b281f3402dfa9d926767dbc786 /bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/session/HttpSessionInvalidator.java
parent921a36adf6f01a3f48401e9c0372d0da61921e54 (diff)
downloadrt.equinox.bundles-8cde2605e49cd1db19af2adfaa642f96ae53de60.tar.gz
rt.equinox.bundles-8cde2605e49cd1db19af2adfaa642f96ae53de60.tar.xz
rt.equinox.bundles-8cde2605e49cd1db19af2adfaa642f96ae53de60.zip
Bug 530141 - [http servlet] cleanup @since tagsI20180123-0800I20180122-2000
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/session/HttpSessionInvalidator.java')
-rw-r--r--bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/session/HttpSessionInvalidator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/session/HttpSessionInvalidator.java b/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/session/HttpSessionInvalidator.java
index 06c46467b..e1595b78e 100644
--- a/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/session/HttpSessionInvalidator.java
+++ b/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/session/HttpSessionInvalidator.java
@@ -23,7 +23,7 @@ package org.eclipse.equinox.http.servlet.session;
* adopters on the understanding that any code that uses this SPI will almost certainly
* be broken (repeatedly) as the SPI evolves.
* </p>
- * @since 1.4
+ * @since 1.5
*/
public interface HttpSessionInvalidator {

Back to the top