This is an automated email from the ASF dual-hosted git repository.
markt 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 a5498ac Fix IDE nag
a5498ac is described below
commit a5498ac591ba0654646d86ea329c8c4048854bf4
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Apr 15 10:07:30 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 4f2c46d..869b707 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]