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

olamy pushed a commit to branch SUREFIRE-1643-junit5-parallel
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/SUREFIRE-1643-junit5-parallel 
by this push:
     new 443d75f6d fix typo
443d75f6d is described below

commit 443d75f6d6ddc459a0201da6bc04941c6df83e0c
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Mar 16 21:54:01 2025 +1000

    fix typo
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .../org/apache/maven/plugin/surefire/report/StatelessXmlReporter.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/StatelessXmlReporter.java
 
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/StatelessXmlReporter.java
index aab9d665b..d658737ce 100644
--- 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/StatelessXmlReporter.java
+++ 
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/StatelessXmlReporter.java
@@ -140,7 +140,7 @@ public StatelessXmlReporter(
         this.rerunFailingTestsCount = rerunFailingTestsCount;
         this.testClassMethodRunHistoryMap = testClassMethodRunHistoryMap;
         this.xsdSchemaLocation = xsdSchemaLocation;
-        this.xsdVersion = xsdVersion;SUREFIRE-1643
+        this.xsdVersion = xsdVersion;
         this.phrasedFileName = phrasedFileName;
         this.phrasedSuiteName = phrasedSuiteName;
         this.phrasedClassName = phrasedClassName;

Reply via email to