Repository: maven-surefire
Updated Branches:
  refs/heads/master a84b304cd -> 3128823c7


[SUREFIRE] refactoring


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/3128823c
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/3128823c
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/3128823c

Branch: refs/heads/master
Commit: 3128823c7aebd9f9834251c4ad5a15bb07b8a5e9
Parents: a84b304
Author: Tibor17 <tibo...@lycos.com>
Authored: Thu Jan 1 14:58:03 2015 +0100
Committer: Tibor17 <tibo...@lycos.com>
Committed: Thu Jan 1 14:58:03 2015 +0100

----------------------------------------------------------------------
 .../apache/maven/plugin/surefire/booterclient/ForkStarter.java | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/3128823c/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ForkStarter.java
----------------------------------------------------------------------
diff --git 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ForkStarter.java
 
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ForkStarter.java
index 3c3ed59..12b224a 100644
--- 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ForkStarter.java
+++ 
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ForkStarter.java
@@ -169,7 +169,8 @@ public class ForkStarter
     }
 
     private RunResult run( SurefireProperties effectiveSystemProperties, 
Properties providerProperties )
-            throws SurefireBooterForkException {
+            throws SurefireBooterForkException
+    {
         DefaultReporterFactory forkedReporterFactory = new 
DefaultReporterFactory( startupReportConfiguration );
         defaultReporterFactoryList.add( forkedReporterFactory );
         final ForkClient forkClient =
@@ -178,7 +179,8 @@ public class ForkStarter
     }
 
     private RunResult run( SurefireProperties effectiveSystemProperties )
-            throws SurefireBooterForkException {
+            throws SurefireBooterForkException
+    {
         return forkConfiguration.isReuseForks()
                 ? runSuitesForkOnceMultiple( effectiveSystemProperties, 
forkConfiguration.getForkCount() )
                 : runSuitesForkPerTestSet( effectiveSystemProperties, 
forkConfiguration.getForkCount() );

Reply via email to