< prev index next >

src/java.sql.rowset/share/classes/javax/sql/rowset/CachedRowSet.java

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

@@ -44,11 +44,11 @@
  * of this interface.
  * <P>
  * A <code>CachedRowSet</code> object is a container for rows of data
  * that caches its rows in memory, which makes it possible to operate without always being
  * connected to its data source. Further, it is a
- * JavaBeans&trade; component and is scrollable,
+ * JavaBeans component and is scrollable,
  * updatable, and serializable. A <code>CachedRowSet</code> object typically
  * contains rows from a result set, but it can also contain rows from any file
  * with a tabular format, such as a spread sheet.  The reference implementation
  * supports getting data only from a <code>ResultSet</code> object, but
  * developers can extend the <code>SyncProvider</code> implementations to provide

@@ -408,11 +408,11 @@
  * and for the password.
  * <P>
  * NOTE:  In order to use a <code>DataSource</code> object for making a
  * connection, the <code>DataSource</code> object must have been registered
  * with a naming service that uses the Java Naming and Directory
- * Interface&trade; (JNDI) API.  This registration
+ * Interface (JNDI) API.  This registration
  * is usually done by a person acting in the capacity of a system
  * administrator.
  * <P>
  * In order to be able to populate itself with data from a database, a rowset
  * needs to set a command property.  This property is a query that is a
< prev index next >