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 2024/01/15 07:49:30 UTC

(tomcat) branch main updated: Fix indent

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6ec0898bc6 Fix indent
6ec0898bc6 is described below

commit 6ec0898bc6ef41a359c8713da1697b43ae273fc5
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jan 15 07:49:23 2024 +0000

    Fix indent
---
 java/org/apache/catalina/session/StandardSession.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/java/org/apache/catalina/session/StandardSession.java b/java/org/apache/catalina/session/StandardSession.java
index 81803a9d1c..bf2c944afd 100644
--- a/java/org/apache/catalina/session/StandardSession.java
+++ b/java/org/apache/catalina/session/StandardSession.java
@@ -623,11 +623,11 @@ public class StandardSession implements HttpSession, Session, Serializable {
 
     @Override
     public Accessor getAccessor() {
-       if (!isValidInternal()) {
-           throw new IllegalStateException(sm.getString("standardSession.getAccessor.ise"));
-       }
+        if (!isValidInternal()) {
+            throw new IllegalStateException(sm.getString("standardSession.getAccessor.ise"));
+        }
 
-       return new StandardSessionAccessor(getManager(), getId());
+        return new StandardSessionAccessor(getManager(), getId());
     }
 
 


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