< prev index next >

jdk/test/tools/launcher/modules/addmods/src/test/test/Main.java

Print this page

        

@@ -22,11 +22,11 @@
  */
 
 package test;
 
 /**
- * Invoked by tests for the {@code java -addmods} option to check that types
+ * Invoked by tests for the {@code java --add-modules} option to check that types
  * are visible.
  */
 public class Main {
     public static void main(String[] args) throws Exception {
         for (String cn : args) {
< prev index next >