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/21 16:08:23 UTC

[tomcat] branch 10.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 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new db75ddada3 Clean-up. No functional change.
db75ddada3 is described below

commit db75ddada32b76aadc4f8bf43778315018ab76c1
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Sun Aug 21 17:06:13 2022 +0100

    Clean-up. No functional change.
---
 java/org/apache/catalina/authenticator/SavedRequest.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/java/org/apache/catalina/authenticator/SavedRequest.java b/java/org/apache/catalina/authenticator/SavedRequest.java
index ee088e2620..6f4c3288c7 100644
--- a/java/org/apache/catalina/authenticator/SavedRequest.java
+++ b/java/org/apache/catalina/authenticator/SavedRequest.java
@@ -16,7 +16,6 @@
  */
 package org.apache.catalina.authenticator;
 
-
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.HashMap;
@@ -29,7 +28,6 @@ import jakarta.servlet.http.Cookie;
 
 import org.apache.tomcat.util.buf.ByteChunk;
 
-
 /**
  * Object that saves the critical information from a request so that
  * form-based authentication can reproduce it once the user has been


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