8168789: ModuleReader.list and ModuleFinder.of update
authoralanb
Fri, 28 Oct 2016 10:17:56 +0100
changeset 41859 85710a227743
parent 41858 5843b57ce3a6
child 41860 906670ff49c7
8168789: ModuleReader.list and ModuleFinder.of update Reviewed-by: mchung
langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsConfiguration.java
--- a/langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsConfiguration.java	Thu Oct 27 17:11:16 2016 -0700
+++ b/langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsConfiguration.java	Fri Oct 28 10:17:56 2016 +0100
@@ -397,6 +397,11 @@
                             }
 
                             @Override
+                            public Stream<String> list() {
+                                return Stream.empty();
+                            }
+
+                            @Override
                             public void close() throws IOException {
                             }
                         };