< prev index next >

make/src/classes/build/tools/jigsaw/ModuleSummary.java

Print this page

        

@@ -289,11 +289,11 @@
         static final String MODULE_MAIN_CLASS = "module/main-class";
     }
 
     static Configuration resolve(Set<String> roots) {
         return Configuration.empty()
-            .resolveRequires(ModuleFinder.ofSystem(),
+            .resolve(ModuleFinder.ofSystem(),
                              ModuleFinder.of(),
                              roots);
     }
 
     static class HtmlDocument {
< prev index next >