This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new e26c519492 Info strings should have all been removed ages ago
e26c519492 is described below
commit e26c5194923eb474930b837bf09ae245866b28ad
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]