test/com/sun/javadoc/testOverridenMethods/TestMultiInheritence.java

changeset 401
dd98acd9f717
parent 1
9a66ca7c79fa
child 404
14735c7932d7
     1.1 --- a/test/com/sun/javadoc/testOverridenMethods/TestMultiInheritence.java	Tue Sep 08 11:12:13 2009 -0700
     1.2 +++ b/test/com/sun/javadoc/testOverridenMethods/TestMultiInheritence.java	Tue Sep 08 11:29:58 2009 -0700
     1.3 @@ -46,7 +46,7 @@
     1.4      //Method foo() is inherited from BOTH I2 and I3
     1.5      private static final String[][] TEST = {
     1.6         {BUG_ID + FS + "pkg3" + FS + "I1.html",
     1.7 -        "Methods inherited from interface pkg3." +
     1.8         "<A HREF=\"../pkg3/I2.html\" title=\"interface in pkg3\">I2</A>"},
     1.9 +        "Methods inherited from interface pkg3." +        "<A HREF=\"../pkg3/I2.html\" title=\"interface in pkg3\">I2</A>"},
    1.10          {BUG_ID + FS + "pkg3" + FS +"I1.html",
    1.11          "Methods inherited from interface pkg3." +
    1.12          "<A HREF=\"../pkg3/I3.html\" title=\"interface in pkg3\">I3</A>"},

mercurial