You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2022/04/10 15:11:39 UTC

[maven-surefire] 02/02: [SUREFIRE-2066] Wrong documentation "List of System properties to pass to the JUnit tests." of systemProperties and systemPropertyVariables

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

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit f6be3e648938414b222b50907b1db2d6a3cc977b
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Apr 10 17:10:40 2022 +0200

    [SUREFIRE-2066] Wrong documentation "List of System properties to pass to the JUnit tests." of systemProperties and systemPropertyVariables
---
 .../java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
index c0fb3f1a1..64715341a 100644
--- a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
+++ b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
@@ -299,7 +299,7 @@ public abstract class AbstractSurefireMojo
     private ArtifactRepository localRepository;
 
     /**
-     * List of System properties to pass to the JUnit tests.
+     * List of System properties to pass to a provider.
      *
      * @deprecated Use systemPropertyVariables instead.
      */
@@ -308,7 +308,7 @@ public abstract class AbstractSurefireMojo
     private Properties systemProperties;
 
     /**
-     * List of System properties to pass to the JUnit tests.
+     * List of System properties to pass to a provider.
      *
      * @since 2.5
      */