This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new bd954a9f5e Clean-up. No functional change. bd954a9f5e is described below commit bd954a9f5e0aa306fd1ac043badd1369fd6296ff 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 1473b74b9a..e13fa591c6 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 javax.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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org