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

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

commit dc53be3692c43d8c141aaf55ecd2760a9902248f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Apr 28 20:52:33 2025 +0100

    tabs -> spaces
---
 test/jakarta/servlet/jsp/TesterPageContextWithAttributes.java | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/test/jakarta/servlet/jsp/TesterPageContextWithAttributes.java 
b/test/jakarta/servlet/jsp/TesterPageContextWithAttributes.java
index bf93e09493..ba3daff0cf 100644
--- a/test/jakarta/servlet/jsp/TesterPageContextWithAttributes.java
+++ b/test/jakarta/servlet/jsp/TesterPageContextWithAttributes.java
@@ -50,15 +50,15 @@ public class TesterPageContextWithAttributes extends 
TesterPageContext {
 
         switch (scope) {
         case PAGE_SCOPE:
-               return pageAttributes.get(name);
+            return pageAttributes.get(name);
         case REQUEST_SCOPE:
-               return requestAttributes.get(name);
+            return requestAttributes.get(name);
         case SESSION_SCOPE:
-               return sessionAttributes.get(name);
+            return sessionAttributes.get(name);
         case APPLICATION_SCOPE:
-               return applicationAttributes.get(name);
+            return applicationAttributes.get(name);
         default:
-               throw new 
IllegalArgumentException(Localizer.getMessage("jsp.error.page.invalid.scope"));
+            throw new 
IllegalArgumentException(Localizer.getMessage("jsp.error.page.invalid.scope"));
         }
     }
 


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

Reply via email to