Skip to content

Commit 7fede36

Browse files
committed
Fix
1 parent 25cdb2c commit 7fede36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cucumber-core/src/test/java/io/cucumber/core/runtime/ServiceLoaderTestClassLoader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public InputStream getInputStream() {
7373
}
7474
});
7575

76-
return new Enumeration<>() {
76+
return new Enumeration<URL>() {
7777
boolean hasNext = true;
7878

7979
@Override

0 commit comments

Comments
 (0)