Skip to content

Commit fde0150

Browse files
committed
Simplify with better messages
1 parent cf3dc37 commit fde0150

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cucumber-core/src/main/java/io/cucumber/core/plugin/RerunFormatter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
import static java.util.Objects.requireNonNull;
3838

3939
/**
40-
* Formatter for reporting all failed test cases and print their locations
41-
* Failed means: results that make the exit code non-zero.
40+
* Formatter for reporting all failed test cases and print their locations.
4241
*/
4342
public final class RerunFormatter implements ConcurrentEventListener {
4443

0 commit comments

Comments
 (0)