< prev index next >

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

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

@@ -63,11 +63,11 @@
 
     /**
      * Creates a new Module. The module has the given ModuleDescriptor and
      * is defined to the given class loader.
      *
-     * The resulting Module is in a larval state in that it does not not read
+     * The resulting Module is in a larval state in that it does not read
      * any other module and does not have any exports.
      *
      * The URI is for information purposes only.
      */
     public static Module defineModule(ClassLoader loader,
< prev index next >