diff -r 505b28fe2b98 -r 242194ae1563 jdk/src/share/classes/javax/swing/JTable.java
--- a/jdk/src/share/classes/javax/swing/JTable.java Tue Oct 15 09:27:32 2013 +0100
+++ b/jdk/src/share/classes/javax/swing/JTable.java Tue Oct 15 13:54:01 2013 +0100
@@ -63,7 +63,7 @@
/**
* The JTable
is used to display and edit regular two-dimensional tables
* of cells.
- * See How to Use Tables
+ * See How to Use Tables
* in The Java Tutorial
* for task-oriented documentation and examples of using JTable
.
*
@@ -201,7 +201,7 @@
* future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage
- * of all JavaBeansTM
+ * of all JavaBeans™
* has been added to the java.beans
package.
* Please see {@link java.beans.XMLEncoder}.
*
@@ -2490,7 +2490,7 @@
* The default value of this property is defined by the look
* and feel implementation.
*
- * This is a JavaBeans bound property.
+ * This is a JavaBeans bound property.
*
* @param selectionForeground the Color
to use in the foreground
* for selected list items
@@ -2528,7 +2528,7 @@
* The default value of this property is defined by the look
* and feel implementation.
*
- * This is a JavaBeans bound property.
+ * This is a JavaBeans bound property.
*
* @param selectionBackground the Color
to use for the background
* of selected cells
@@ -6579,7 +6579,7 @@
* future Swing releases. The current serialization support is
* appropriate for short term storage or RMI between applications running
* the same version of Swing. As of 1.4, support for long term storage
- * of all JavaBeansTM
+ * of all JavaBeans™
* has been added to the java.beans
package.
* Please see {@link java.beans.XMLEncoder}.
*/