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 2022/08/22 12:53:00 UTC

[tomcat] branch 9.0.x updated: Clean-up - no functional change

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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 6f15fcd19c Clean-up - no functional change
6f15fcd19c is described below

commit 6f15fcd19c44f2b2fc70414b298cfec378641036
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Aug 22 13:52:41 2022 +0100

    Clean-up - no functional change
---
 java/org/apache/catalina/ha/session/DeltaSession.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/ha/session/DeltaSession.java b/java/org/apache/catalina/ha/session/DeltaSession.java
index efc31a78e5..91725fd8b8 100644
--- a/java/org/apache/catalina/ha/session/DeltaSession.java
+++ b/java/org/apache/catalina/ha/session/DeltaSession.java
@@ -807,8 +807,8 @@ public class DeltaSession extends StandardSession implements Externalizable,Clus
         }
     }
 
-    // -------------------------------------------- HttpSession Private Methods
 
+    // -------------------------------------------- HttpSession Private Methods
 
     /**
      * Read a serialized version of this session object from the specified
@@ -847,7 +847,6 @@ public class DeltaSession extends StandardSession implements Externalizable,Clus
             principal = (Principal) stream.readObject();
         }
 
-        //        setId((String) stream.readObject());
         id = (String) stream.readObject();
         if (log.isDebugEnabled()) {
             log.debug(sm.getString("deltaSession.readSession", id));


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