--- a/jdk/src/java.naming/share/classes/javax/naming/spi/package.html Tue Aug 04 22:02:12 2015 -0700
+++ b/jdk/src/java.naming/share/classes/javax/naming/spi/package.html Wed Aug 05 13:40:18 2015 +0300
@@ -29,7 +29,7 @@
<body bgcolor="white">
Provides the means for dynamically plugging in support for accessing
-naming and directory services through the <tt>javax.naming</tt>
+naming and directory services through the <code>javax.naming</code>
and related packages.
<p>
@@ -58,9 +58,9 @@
<h4>Java Object Support</h4>
-The service provider package provides support
+The service provider package provides support
for implementors of the
-<tt>javax.naming.Context.lookup()</tt>
+<code>javax.naming.Context.lookup()</code>
method and related methods to return Java objects that are natural
and intuitive for the Java programmer.
For example, when looking up a printer name from the directory,