< prev index next >

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

Print this page

        

@@ -20,10 +20,10 @@
  *
  * 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;
+package testpkg2mdlB;
 
-public interface TestInterfaceInModule2 {
+public interface TestInterfaceInModuleB {
     void testMethod();
 }
< prev index next >