You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/12/07 21:20:29 UTC

[tomcat] branch master updated: Remove incorrect Javadoc. Inherit the correct Javadoc.

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 3078e98  Remove incorrect Javadoc. Inherit the correct Javadoc.
3078e98 is described below

commit 3078e98db8f8e8ffa8c8eca50c866fa4ac6f7768
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Sat Dec 7 21:19:46 2019 +0000

    Remove incorrect Javadoc. Inherit the correct Javadoc.
---
 java/org/apache/catalina/connector/Request.java | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/java/org/apache/catalina/connector/Request.java b/java/org/apache/catalina/connector/Request.java
index 8608276..841049a 100644
--- a/java/org/apache/catalina/connector/Request.java
+++ b/java/org/apache/catalina/connector/Request.java
@@ -2658,13 +2658,6 @@ public class Request implements HttpServletRequest {
     }
 
 
-    /**
-     * Changes the session ID of the session associated with this request.
-     *
-     * @return the old session ID before it was changed
-     * @see javax.servlet.http.HttpSessionIdListener
-     * @since Servlet 3.1
-     */
     @Override
     public String changeSessionId() {
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org