< prev index next >

src/java.sql/share/classes/java/sql/ResultSet.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

@@ -88,11 +88,11 @@
  * is best to use column numbers. If column names are used, the
  * programmer should take care to guarantee that they uniquely refer to
  * the intended columns, which can be assured with the SQL <i>AS</i> clause.
  * <P>
  * A set of updater methods were added to this interface
- * in the JDBC 2.0 API (Java&trade; 2 SDK,
+ * in the JDBC 2.0 API (Java 2 SDK,
  * Standard Edition, version 1.2). The comments regarding parameters
  * to the getter methods also apply to parameters to the
  * updater methods.
  *<P>
  * The updater methods may be used in two ways:
< prev index next >