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 ff279da7ea Remove unnecessary Javadoc
ff279da7ea is described below
commit ff279da7ea71d19ac62df174ae9d78515a2cad2d
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Mar 13 10:52:38 2025 +0000
Remove unnecessary Javadoc
---
test/org/apache/catalina/valves/TestAccessLogValve.java | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/test/org/apache/catalina/valves/TestAccessLogValve.java
b/test/org/apache/catalina/valves/TestAccessLogValve.java
index cd6cbbf84f..27272a2ea0 100644
--- a/test/org/apache/catalina/valves/TestAccessLogValve.java
+++ b/test/org/apache/catalina/valves/TestAccessLogValve.java
@@ -208,12 +208,6 @@ public class TestAccessLogValve extends TomcatBaseTest {
this.writer = writer;
}
- /**
- * Log the specified message to the log file, switching files if
- * the date has changed since the previous log call.
- *
- * @param message Message to be logged
- */
@Override
public void log(CharArrayWriter message) {
try {
@@ -235,12 +229,6 @@ public class TestAccessLogValve extends TomcatBaseTest {
this.writer = writer;
}
- /**
- * Log the specified message to the log file, switching files if
- * the date has changed since the previous log call.
- *
- * @param message Message to be logged
- */
@Override
public void log(CharArrayWriter message) {
try {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]