jdk/src/share/classes/javax/swing/JTable.java
changeset 10868 d134ad3bc135
parent 6836 8ed8864d2208
child 12524 8745ce952a63
--- a/jdk/src/share/classes/javax/swing/JTable.java	Mon Oct 17 15:10:42 2011 +0400
+++ b/jdk/src/share/classes/javax/swing/JTable.java	Mon Oct 17 16:40:34 2011 +0400
@@ -1828,6 +1828,8 @@
      * table.  While the {@code autoCreateRowSorter} property remains
      * {@code true}, every time the model is changed, a new {@code
      * TableRowSorter} is created and set as the table's row sorter.
+     * The default value for the {@code autoCreateRowSorter}
+     * property is {@code false}.
      *
      * @param autoCreateRowSorter whether or not a {@code RowSorter}
      *        should be automatically created