src/java.naming/share/classes/javax/naming/directory/package.html
changeset 55131 9889f5e3ba00
parent 47216 71c04702a3d5
--- a/src/java.naming/share/classes/javax/naming/directory/package.html	Fri May 31 13:09:15 2019 -0400
+++ b/src/java.naming/share/classes/javax/naming/directory/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
@@ -45,7 +45,7 @@
 associated with objects stored in a directory, and to search for
 objects using specified attributes.
 
-<h3>The Directory Context</h3>
+<h2>The Directory Context</h2>
 
 The <code>DirContext</code>
 interface represents a <em>directory context</em>.
@@ -68,7 +68,7 @@
 a context for naming objects relative to that person
 such as his printers and home directory.
 
-<h4>Searches</h4>
+<h3>Searches</h3>
 <code>DirContext</code> contains methods for
 performing content-based searching of the directory.
 In the simplest and most common form of usage, the application