< prev index next >

test/jdk/javadoc/doclet/testModules/moduleA/module-info.java

Print this page

        

@@ -22,15 +22,15 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 /**
-  * This is a test description for the module1 module. Search phrase {@index "search phrase" with description}.
+  * This is a test description for the moduleA module. Search phrase {@index "search phrase" with description}.
   *
   * @deprecated This module is deprecated.
   */
 @Deprecated
-module module1 {
-    requires module2;
+module moduleA {
+    requires moduleB;
 
-    exports testpkgmdl1;
+    exports testpkgmdlA;
 }
< prev index next >