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 3844ef71c8 Remove unnecessary Javadoc
3844ef71c8 is described below

commit 3844ef71c815d4524e6142afa1373187478f880c
Author: Mark Thomas <ma...@apache.org>
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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to