Skip to content

Commit 792503f

Browse files
committed
Simplify with better messages
1 parent 80a73ea commit 792503f

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
@@ -27,8 +27,7 @@
2727
import static java.util.Objects.requireNonNull;
2828

2929
/**
30-
* Formatter for reporting all failed test cases and print their locations
31-
* Failed means: results that make the exit code non-zero.
30+
* Formatter for reporting all failed test cases and print their locations.
3231
*/
3332
public final class RerunFormatter implements ConcurrentEventListener {
3433

0 commit comments

Comments
 (0)