8225309: HTML issues in jdk.jdi module

Reviewed-by: lancea
This commit is contained in:
Jonathan Gibbons 2019-06-04 14:47:25 -07:00
parent 62426ed024
commit 8c5651e0f5
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<!DOCTYPE HTML>
<!--
Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
This code is free software; you can redistribute it and/or modify it
@ -41,6 +41,7 @@ table {
</HEAD>
<BODY style="background-color:white">
<div role="main">
<h1>JDI Type Signatures</h1>
<Table Border="0">
<caption style="font-size:x-large"><b>JDI Type Signatures</b></caption>
<thead>

View File

@ -46,7 +46,7 @@
* This module includes a simple command-line debugger,
* <em>{@index jdb jdb tool}</em>.
*
* <h3>Global Exceptions</h3>
* <h2>Global Exceptions</h2>
* <p>
* This section documents exceptions which apply to the entire API and are thus
* not documented on individual methods.