< prev index next >

test/jdk/javadoc/doclet/testModules/moduleB/testpkg2mdlB/TestInterfaceInModuleB.java

Print this page

        

*** 20,29 **** * * 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. */ ! package testpkg2mdl2; ! public interface TestInterfaceInModule2 { void testMethod(); } --- 20,29 ---- * * 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. */ ! package testpkg2mdlB; ! public interface TestInterfaceInModuleB { void testMethod(); }
< prev index next >