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

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

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