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 be45bdb Fix IDE nag
be45bdb is described below
commit be45bdbf0e008dcbe3226fe3409f85853ac5bc07
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Apr 14 20:48:12 2020 +0100
Fix IDE nag
---
test/org/apache/catalina/startup/EmbeddedTomcat.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/org/apache/catalina/startup/EmbeddedTomcat.java
b/test/org/apache/catalina/startup/EmbeddedTomcat.java
index e4eb433..3fd53e7 100644
--- a/test/org/apache/catalina/startup/EmbeddedTomcat.java
+++ b/test/org/apache/catalina/startup/EmbeddedTomcat.java
@@ -79,6 +79,8 @@ public class EmbeddedTomcat {
private static class CounterServlet extends HttpServlet {
+ private static final long serialVersionUID = 1L;
+
private AtomicInteger callCount = new AtomicInteger(0);
@Override
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]