We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f505a commit b9d5009Copy full SHA for b9d5009
core/src/main/java/cucumber/runtime/RuntimeOptions.java
@@ -47,7 +47,7 @@ public RuntimeOptions(String... argv) {
47
}
48
49
50
- private void parse(ArrayList<String> args) {
+ private void parse(List<String> args) {
51
FormatterConverter formatterConverter = new FormatterConverter();
52
53
while (!args.isEmpty()) {
0 commit comments