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 2023/02/09 16:46:17 UTC

[tomcat] branch main updated: Fix IDE warning

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 512097b4e4 Fix IDE warning
512097b4e4 is described below

commit 512097b4e4440ac0f5c3d05d8719fe90ed00912b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Feb 9 16:46:10 2023 +0000

    Fix IDE warning
---
 test/org/apache/catalina/filters/TestRemoteIpFilter.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/org/apache/catalina/filters/TestRemoteIpFilter.java b/test/org/apache/catalina/filters/TestRemoteIpFilter.java
index 59c7ecfd97..1706e7ccf7 100644
--- a/test/org/apache/catalina/filters/TestRemoteIpFilter.java
+++ b/test/org/apache/catalina/filters/TestRemoteIpFilter.java
@@ -824,6 +824,7 @@ public class TestRemoteIpFilter extends TomcatBaseTest {
         Assert.assertTrue(bug66471Servlet.isSecure.booleanValue());
     }
     public static class Bug66471Servlet extends HttpServlet {
+        private static final long serialVersionUID = 1L;
         public Boolean isSecure;
         @Override
         protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {


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