--- old/src/java.sql.rowset/share/classes/javax/sql/rowset/CachedRowSet.java 2020-07-10 15:59:27.993841207 -0700 +++ new/src/java.sql.rowset/share/classes/javax/sql/rowset/CachedRowSet.java 2020-07-10 15:59:27.553852027 -0700 @@ -46,7 +46,7 @@ * A CachedRowSet 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™ component and is scrollable, + * JavaBeans component and is scrollable, * updatable, and serializable. A CachedRowSet 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 @@ -410,7 +410,7 @@ * NOTE: In order to use a DataSource object for making a * connection, the DataSource object must have been registered * with a naming service that uses the Java Naming and Directory - * Interface™ (JNDI) API. This registration + * Interface (JNDI) API. This registration * is usually done by a person acting in the capacity of a system * administrator. *