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 2020/06/08 22:02:40 UTC

[maven-surefire] 01/02: static method

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

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

commit e5178fe7b766b4c92922b91732fd63659db8710d
Author: tibordigana <ti...@apache.org>
AuthorDate: Tue Jun 9 00:00:24 2020 +0200

    static method
---
 .../booter/spi/SurefireMasterProcessChannelProcessorFactory.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/surefire-booter/src/main/java/org/apache/maven/surefire/booter/spi/SurefireMasterProcessChannelProcessorFactory.java b/surefire-booter/src/main/java/org/apache/maven/surefire/booter/spi/SurefireMasterProcessChannelProcessorFactory.java
index f17a3db..bfe0157 100644
--- a/surefire-booter/src/main/java/org/apache/maven/surefire/booter/spi/SurefireMasterProcessChannelProcessorFactory.java
+++ b/surefire-booter/src/main/java/org/apache/maven/surefire/booter/spi/SurefireMasterProcessChannelProcessorFactory.java
@@ -129,7 +129,7 @@ public class SurefireMasterProcessChannelProcessorFactory
         }
     }
 
-    private String parseSessionId( URI uri )
+    private static String parseSessionId( URI uri )
     {
         String query = uri.getQuery();
         if ( query == null )