< prev index next >

src/java.sql/share/classes/java/sql/Clob.java

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

@@ -26,11 +26,11 @@
 package java.sql;
 
 import java.io.Reader;
 
 /**
- * The mapping in the Java&trade; programming language
+ * The mapping in the Java programming language
  * for the SQL {@code CLOB} type.
  * An SQL {@code CLOB} is a built-in type
  * that stores a Character Large Object as a column value in a row of
  * a database table.
  * By default drivers implement a {@code Clob} object using an SQL
< prev index next >