--- a/src/java.naming/share/classes/javax/naming/event/package.html Fri May 31 13:09:15 2019 -0400
+++ b/src/java.naming/share/classes/javax/naming/event/package.html Fri May 31 10:59:54 2019 -0700
@@ -2,7 +2,7 @@
<html>
<head>
<!--
-Copyright (c) 1999, 2006, Oracle and/or its affiliates. All rights reserved.
+Copyright (c) 1999, 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
@@ -40,7 +40,7 @@
implementation. Thus a variety of services--new, emerging, and
already deployed ones--can be accessed in a common way.
-<h3>Naming Events</h3>
+<h2>Naming Events</h2>
<p>
This package defines a <code>NamingEvent</code> class to represent an event
that is generated by a naming/directory service.
@@ -79,7 +79,7 @@
</blockquote>
<a id=THREADING></a>
-<h4>Threading Issues</h4>
+<h3>Threading Issues</h3>
When an event is dispatched to a listener, the listener method (such
as <code>objectChanged()</code>) may be executed in a thread other than the
@@ -98,7 +98,7 @@
instances are not guaranteed to be thread-safe in general, all context
operations must be synchronized as needed.
-<h4>Exception Handling</h4>
+<h3>Exception Handling</h3>
When a listener registers for events with a context, the context might
need to do some internal processing in order to collect information