< prev index next >

src/java.base/share/classes/jdk/internal/module/SystemModulesMap.java

Print this page
rev 47483 : [mq]: XXXXXXX-double-trouble-2

@@ -57,11 +57,11 @@
     static String[] moduleNames() {
         return new String[0];
     }
 
     /**
-     * Returns the array of of SystemModules class names. The elements
+     * Returns the array of SystemModules class names. The elements
      * correspond to the elements in the array returned by moduleNames().
      */
     static String[] classNames() {
         return new String[0];
     }
< prev index next >