langtools/test/jdk/javadoc/doclet/testModules/module2/testpkgmdl2/TestClassInModule2.java
changeset 39670 9d1eafbf29c6
parent 37747 878801512393
equal deleted inserted replaced
39601:5b37e511ae4b 39670:9d1eafbf29c6
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 package testpkgmdl2;
    25 package testpkgmdl2;
    26 
    26 
    27 public class TestClassInModule2 {
    27 import testpkg2mdl2.TestInterfaceInModule2;
       
    28 
       
    29 public class TestClassInModule2 implements TestInterfaceInModule2 {
       
    30     void testMethod() {}
    28 }
    31 }