This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 951c6ea Fix checkstyle 951c6ea is described below commit 951c6ead687ba479010ca4137cb360f54f292ff3 Author: remm <r...@apache.org> AuthorDate: Thu Apr 2 16:49:41 2020 +0200 Fix checkstyle The other branches are ok. --- java/org/apache/tomcat/util/http/Rfc6265CookieProcessor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/org/apache/tomcat/util/http/Rfc6265CookieProcessor.java b/java/org/apache/tomcat/util/http/Rfc6265CookieProcessor.java index 2f0c874..f726681 100644 --- a/java/org/apache/tomcat/util/http/Rfc6265CookieProcessor.java +++ b/java/org/apache/tomcat/util/http/Rfc6265CookieProcessor.java @@ -22,6 +22,8 @@ import java.text.FieldPosition; import java.util.BitSet; import java.util.Date; +import jakarta.servlet.http.HttpServletRequest; + import org.apache.juli.logging.Log; import org.apache.juli.logging.LogFactory; import org.apache.tomcat.util.buf.ByteChunk; @@ -29,8 +31,6 @@ import org.apache.tomcat.util.buf.MessageBytes; import org.apache.tomcat.util.http.parser.Cookie; import org.apache.tomcat.util.res.StringManager; -import jakarta.servlet.http.HttpServletRequest; - public class Rfc6265CookieProcessor extends CookieProcessorBase { private static final Log log = LogFactory.getLog(Rfc6265CookieProcessor.class); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org