diff --git a/test/langtools/jdk/javadoc/doclet/testLinkOption/TestLinkOption.java b/test/langtools/jdk/javadoc/doclet/testLinkOption/TestLinkOption.java index 58b74a14c44..dbd321b720d 100644 --- a/test/langtools/jdk/javadoc/doclet/testLinkOption/TestLinkOption.java +++ b/test/langtools/jdk/javadoc/doclet/testLinkOption/TestLinkOption.java @@ -88,14 +88,14 @@ public class TestLinkOption extends JavadocTester { checkOutput("pkg/B.html", true, "
A method with html tag the method " + "getSystemClassLoader()" + + " title=\"class or interface in java.lang\" class=\"externalLink\">getSystemClassLoader()" + " as the parent class loader.
", "
is equivalent to invoking " + "" + "createTempFile(prefix, suffix, null).
", "Link-Plain to String Class", - "getSystemClassLoader()", + "getSystemClassLoader()", "createTempFile(prefix, suffix, null)", "
RFC 2279: UTF-8, a\n" + " transformation format of ISO 10646,
getSystemClassLoader()} as the parent class loader. + * getSystemClassLoader()} as the parent class loader. */ public void method1() {}