src/share/classes/javax/sql/DataSource.java

Print this page

        

@@ -34,11 +34,11 @@
  * {@code DataSource} object represents.  An alternative to the
  * {@code DriverManager} facility, a {@code DataSource} object
  * is the preferred means of getting a connection. An object that implements
  * the {@code DataSource} interface will typically be
  * registered with a naming service based on the
- * Java<sup><font size=-2>TM</font></sup> Naming and Directory (JNDI) API.
+ * Java&trade; Naming and Directory (JNDI) API.
  * <P>
  * The {@code DataSource} interface is implemented by a driver vendor.
  * There are three types of implementations:
  * <OL>
  *   <LI>Basic implementation -- produces a standard {@code Connection}