< prev index next >

langtools/test/tools/jdeps/lib/JdepsUtil.java

Print this page

        

@@ -196,11 +196,11 @@
             return new DepsAnalyzer(configuration(), filter.build(), writer(),
                                     verbose, apiOnly);
         }
 
         public ModuleAnalyzer getModuleAnalyzer(Set<String> mods) throws IOException {
-            // if -check is set, add to the root set and all modules are observable
+            // if --check is set, add to the root set and all modules are observable
             addmods(mods);
             builder.allModules();
             return new ModuleAnalyzer(configuration(), pw, mods);
         }
 
< prev index next >