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/02/22 09:46:19 UTC

[maven-surefire] branch maven2surefire-jvm-communication updated: removed unused import

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

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


The following commit(s) were added to refs/heads/maven2surefire-jvm-communication by this push:
     new cf4670c  removed unused import
cf4670c is described below

commit cf4670ccc2782d4bc6934ae357886f8dab484689
Author: tibordigana <ti...@apache.org>
AuthorDate: Sat Feb 22 10:46:12 2020 +0100

    removed unused import
---
 .../apache/maven/plugin/surefire/extensions/SurefireForkNodeFactory.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/extensions/SurefireForkNodeFactory.java b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/extensions/SurefireForkNodeFactory.java
index b3139d1..d870819 100644
--- a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/extensions/SurefireForkNodeFactory.java
+++ b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/extensions/SurefireForkNodeFactory.java
@@ -25,7 +25,6 @@ import org.apache.maven.surefire.extensions.ForkNodeFactory;
 import javax.annotation.Nonnegative;
 import javax.annotation.Nonnull;
 import java.io.IOException;
-import java.nio.channels.ReadableByteChannel;
 
 /**
  * The factory of {@link SurefireForkChannel}.