Skip to content

Commit b9d5009

Browse files
committed
Relax type
1 parent 86f505a commit b9d5009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public RuntimeOptions(String... argv) {
4747
}
4848
}
4949

50-
private void parse(ArrayList<String> args) {
50+
private void parse(List<String> args) {
5151
FormatterConverter formatterConverter = new FormatterConverter();
5252

5353
while (!args.isEmpty()) {

0 commit comments

Comments
 (0)