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 54a4e16aab Remove unnecessary Javadoc
54a4e16aab is described below
commit 54a4e16aab1ae8fafe79740e7dfdb0a02d56759b
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 74d207bed8..36dab721ec 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]