Skip to content

Commit

Permalink
8267236: Versioned platform link in TestMemberSummary.java
Browse files Browse the repository at this point in the history
Reviewed-by: prappo
  • Loading branch information
hns committed May 17, 2021
1 parent d5a15f7 commit ea36836
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static void main(String... args) throws Exception {
@Test
public void test() {
javadoc("-d", "out",
"-private",
"-private", "--no-platform-links",
"-sourcepath", testSrc,
"pkg","pkg2");
checkExit(Exit.OK);
Expand Down Expand Up @@ -85,7 +85,7 @@ public void test() {
@Test
public void testSummaries() {
javadoc("-d", "out-summaries",
"-private",
"-private", "--no-platform-links",
"-sourcepath", testSrc,
"pkg3");
checkExit(Exit.OK);
Expand Down Expand Up @@ -150,7 +150,7 @@ public void testSummaries() {
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Optional Element</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="https://download.java.net/java/early_access/jdk17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-first even-row-color"><code>java.lang.String</code></div>
<div class="col-second even-row-color"><code><a href="#s()" class="member-name-link">s</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
Expand Down

0 comments on commit ea36836

Please sign in to comment.