This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 555e77be3b Info strings should have all been removed ages ago 555e77be3b is described below commit 555e77be3b65768a45169cd2146e0b3e87ebb786 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 a5a79482e4..26d5eee01c 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