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 2020/05/04 13:10:54 UTC

[tomcat] branch master updated: Align with 9.0.x & 8.5.x

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 dabcbc1  Align with 9.0.x & 8.5.x
dabcbc1 is described below

commit dabcbc120fcd5e9d8d23b193e1027cd927463cb6
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon May 4 14:10:14 2020 +0100

    Align with 9.0.x & 8.5.x
    
    Review of classes impacted by PR #285
---
 java/org/apache/catalina/session/PersistentManagerBase.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/session/PersistentManagerBase.java b/java/org/apache/catalina/session/PersistentManagerBase.java
index 97d8e29..9f52c44 100644
--- a/java/org/apache/catalina/session/PersistentManagerBase.java
+++ b/java/org/apache/catalina/session/PersistentManagerBase.java
@@ -308,9 +308,9 @@ public abstract class PersistentManagerBase extends ManagerBase
      *
      * @param id The session id for the session to be searched for
      * @return {@code true}, if the session id is loaded in memory
-     *  otherwise {@code false} is returned
+     * otherwise {@code false} is returned
      */
-    public boolean isLoaded(String id){
+    public boolean isLoaded(String id) {
         try {
             if (super.findSession(id) != null) {
                 return true;


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