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

dsoumis 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 2d50d321ca Fix test-compile error
2d50d321ca is described below

commit 2d50d321ca1f39aefd85460c45f7616fe05d3c6b
Author: Dimitris Soumis <[email protected]>
AuthorDate: Mon Sep 22 22:18:40 2025 +0300

    Fix test-compile error
---
 test/org/apache/juli/TestPerWebappJuliIntegration.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/juli/TestPerWebappJuliIntegration.java 
b/test/org/apache/juli/TestPerWebappJuliIntegration.java
index eab7be4825..67f9652166 100644
--- a/test/org/apache/juli/TestPerWebappJuliIntegration.java
+++ b/test/org/apache/juli/TestPerWebappJuliIntegration.java
@@ -154,6 +154,6 @@ public class TestPerWebappJuliIntegration extends 
TomcatBaseTest {
                 Thread.sleep(100);
             }
         } while (++deadlineCounter < 3);
-        return files.isEmpty() ? null : files.getFirst();
+        return files.isEmpty() ? null : files.get(0);
     }
 }


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

Reply via email to