< prev index next >

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

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

@@ -87,11 +87,11 @@
  * In this example, a {@code WebRowSet} object is created and populated with a simple 2 column,
  * 5 row table from a data source. Having the 5 rows in a {@code WebRowSet} object
  * makes it possible to describe them in XML. The
  * metadata describing the various standard JavaBeans properties as defined
  * in the RowSet interface plus the standard properties defined in
- * the {@code CachedRowSet}&trade; interface
+ * the {@code CachedRowSet} interface
  * provide key details that describe WebRowSet
  * properties. Outputting the WebRowSet object to XML using the standard
  * {@code writeXml} methods describes the internal properties as follows:
  * <PRE>
  * {@code
< prev index next >