--- a/src/jdk.jdi/share/classes/com/sun/jdi/doc-files/signature.html Tue Jun 04 13:47:59 2019 -0700
+++ b/src/jdk.jdi/share/classes/com/sun/jdi/doc-files/signature.html Tue Jun 04 14:47:25 2019 -0700
@@ -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 @@
</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>
--- a/src/jdk.jdi/share/classes/module-info.java Tue Jun 04 13:47:59 2019 -0700
+++ b/src/jdk.jdi/share/classes/module-info.java Tue Jun 04 14:47:25 2019 -0700
@@ -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.