< prev index next >

src/java.naming/share/classes/javax/naming/spi/package.html

Print this page

        

@@ -27,11 +27,11 @@
 -->
 </head>
 <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>
 This package defines the service provider interface (SPI) of the Java Naming
 and Directory Interface&trade; (JNDI). &nbsp;

@@ -58,11 +58,11 @@
 
 <h4>Java Object Support</h4>
 
 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,
 it is natural for you to expect to get
 back a printer object on which to operate.
< prev index next >