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 3b7fc2d8b4 Info strings should have all been removed ages ago 3b7fc2d8b4 is described below commit 3b7fc2d8b4605749646f63d7b985b18e58e01847 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jan 19 14:09:21 2023 +0000 Info strings should have all been removed ages ago --- java/org/apache/catalina/valves/ExtendedAccessLogValve.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/java/org/apache/catalina/valves/ExtendedAccessLogValve.java b/java/org/apache/catalina/valves/ExtendedAccessLogValve.java index f9e97dda18..74dc8b871a 100644 --- a/java/org/apache/catalina/valves/ExtendedAccessLogValve.java +++ b/java/org/apache/catalina/valves/ExtendedAccessLogValve.java @@ -128,16 +128,6 @@ public class ExtendedAccessLogValve extends AccessLogValve { private static final Log log = LogFactory.getLog(ExtendedAccessLogValve.class); - // ----------------------------------------------------- Instance Variables - - - /** - * The descriptive information about this implementation. - */ - protected static final String extendedAccessLogInfo = - "org.apache.catalina.valves.ExtendedAccessLogValve/2.1"; - - // -------------------------------------------------------- Private Methods /** --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org