Skip to content

Commit 75c6f0c

Browse files
committed
apply review comments
1 parent 3792a96 commit 75c6f0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/main/java/cucumber/runtime/Runtime.java

-2
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ private static final class CucumberThreadFactory implements ThreadFactory {
219219
private final String namePrefix;
220220

221221
CucumberThreadFactory() {
222-
SecurityManager s = System.getSecurityManager();
223-
this.group = s != null ? s.getThreadGroup() : Thread.currentThread().getThreadGroup();
224222
this.namePrefix = "cucumber-runner-" + poolNumber.getAndIncrement() + "-thread-";
225223
}
226224

0 commit comments

Comments
 (0)