You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2019/12/02 19:31:59 UTC

[GitHub] [tomcat] markt-asf commented on a change in pull request #227: Unit test FileStore utility methods

markt-asf commented on a change in pull request #227: Unit test FileStore utility methods
URL: https://github.com/apache/tomcat/pull/227#discussion_r352784951
 
 

 ##########
 File path: java/org/apache/catalina/session/FileStore.java
 ##########
 @@ -228,7 +228,7 @@ public Session load(String id) throws ClassNotFoundException, IOException {
         ClassLoader oldThreadContextCL = context.bind(Globals.IS_SECURITY_ENABLED, null);
 
         try (FileInputStream fis = new FileInputStream(file.getAbsolutePath());
-                ObjectInputStream ois = getObjectInputStream(fis)) {
+                    ObjectInputStream ois = getObjectInputStream(fis)) {
 
 
 Review comment:
   This change is incorrect. The original indent of 8 spaces is correct.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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