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 2014/11/06 23:06:59 UTC

svn commit: r1637239 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/Response.java

Author: markt
Date: Thu Nov  6 22:06:59 2014
New Revision: 1637239

URL: http://svn.apache.org/r1637239
Log:
Trivial change to trigger CI for testing

Modified:
    tomcat/tc8.0.x/trunk/   (props changed)
    tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/Response.java

Propchange: tomcat/tc8.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1637176

Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/Response.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/Response.java?rev=1637239&r1=1637238&r2=1637239&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/Response.java (original)
+++ tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/Response.java Thu Nov  6 22:06:59 2014
@@ -914,8 +914,9 @@ public class Response
 
     /**
      * Special method for adding a session cookie as we should be overriding
-     * any previous
-     * @param cookie
+     * any previous.
+     *
+     * @param cookie The new session cookie to add the response
      */
     public void addSessionCookieInternal(final Cookie cookie) {
         if (isCommitted()) {



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