This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new a38c63a407 Remove unnecessary Javadoc
a38c63a407 is described below

commit a38c63a4075a588f8bf5a4c28ba7911e6a205d0a
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