mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-20 04:43:32 +00:00
8168789: ModuleReader.list and ModuleFinder.of update
Reviewed-by: mchung
This commit is contained in:
parent
70d8f3c7b4
commit
4f435e9295
@ -396,6 +396,11 @@ public class JdepsConfiguration implements AutoCloseable {
|
||||
? Optional.of(uri) : Optional.empty();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Stream<String> list() {
|
||||
return Stream.empty();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close() throws IOException {
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user