< prev index next >

test/tools/javac/diags/examples/ServiceImplementationNotInRightModule/modulesourcepath/m2x/module-info.java

Print this page

        

*** 19,27 **** * 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 m2 { ! requires m1; provides exported.Service with exported.ServiceImplementation; } --- 19,27 ---- * 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 m2x { ! requires m1x; provides exported.Service with exported.ServiceImplementation; }
< prev index next >