< prev index next >

test/tools/javac/diags/examples/PackageClashFromRequires/modulesourcepath/lib1x/module-info.java

Print this page

        

*** 19,26 **** * 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 lib1 { exports exported; } --- 19,26 ---- * 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 lib1x { exports exported; }
< prev index next >