--- a/langtools/test/com/sun/javadoc/testOverridenMethods/TestMultiInheritence.java Tue Sep 08 11:12:13 2009 -0700
+++ b/langtools/test/com/sun/javadoc/testOverridenMethods/TestMultiInheritence.java Tue Sep 08 11:29:58 2009 -0700
@@ -46,7 +46,7 @@
//Method foo() is inherited from BOTH I2 and I3
private static final String[][] TEST = {
{BUG_ID + FS + "pkg3" + FS + "I1.html",
- "Methods inherited from interface pkg3." +
"<A HREF=\"../pkg3/I2.html\" title=\"interface in pkg3\">I2</A>"},
+ "Methods inherited from interface pkg3." + "<A HREF=\"../pkg3/I2.html\" title=\"interface in pkg3\">I2</A>"},
{BUG_ID + FS + "pkg3" + FS +"I1.html",
"Methods inherited from interface pkg3." +
"<A HREF=\"../pkg3/I3.html\" title=\"interface in pkg3\">I3</A>"},