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

markt-asf 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 c928e9193d Fix back-port
c928e9193d is described below

commit c928e9193dddaad861149f1bbb3a6f225db8ce18
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jun 2 21:49:24 2026 +0100

    Fix back-port
---
 test/org/apache/tomcat/util/buf/TestB2CConverter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/tomcat/util/buf/TestB2CConverter.java 
b/test/org/apache/tomcat/util/buf/TestB2CConverter.java
index a5e83fcfa6..bf7b5bb3e1 100644
--- a/test/org/apache/tomcat/util/buf/TestB2CConverter.java
+++ b/test/org/apache/tomcat/util/buf/TestB2CConverter.java
@@ -360,7 +360,7 @@ public class TestB2CConverter {
         private boolean replaceByteBuffer = false;
 
         TesterInputBuffer(ByteBuffer byteBuffer) {
-            super(null);
+            super();
             setByteBuffer(byteBuffer);
         }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to