jdk/src/share/classes/java/sql/DatabaseMetaData.java
changeset 18564 f9db68ff2cbb
parent 18156 edb590d448c5
child 20880 1b610151b316
--- a/jdk/src/share/classes/java/sql/DatabaseMetaData.java	Thu Jun 27 11:06:46 2013 -0700
+++ b/jdk/src/share/classes/java/sql/DatabaseMetaData.java	Thu Jun 27 15:07:56 2013 -0400
@@ -31,7 +31,7 @@
  * <P>
  * This interface is implemented by driver vendors to let users know the capabilities
  * of a Database Management System (DBMS) in combination with
- * the driver based on JDBC<sup><font size=-2>TM</font></sup> technology
+ * the driver based on JDBC&trade; technology
  * ("JDBC driver") that is used with it.  Different relational DBMSs often support
  * different features, implement features in different ways, and use different
  * data types.  In addition, a driver may implement a feature on top of what the
@@ -3074,7 +3074,7 @@
      *
      * @param holdability one of the following constants:
      *          <code>ResultSet.HOLD_CURSORS_OVER_COMMIT</code> or
-     *          <code>ResultSet.CLOSE_CURSORS_AT_COMMIT<code>
+     *          <code>ResultSet.CLOSE_CURSORS_AT_COMMIT</code>
      * @return <code>true</code> if so; <code>false</code> otherwise
      * @exception SQLException if a database access error occurs
      * @see Connection