< prev index next >

test/tools/javac/diags/examples/LeaksNotAccessibleUnexportedQualified/modulesourcepath/m1x/module-info.java

Print this page

        

@@ -19,9 +19,9 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
-module m1 {
+module m1x {
      exports api;
-     exports qapi to m2;
+     exports qapi to m2x;
 }
< prev index next >