8162970: Merge error in the DefaultRowSorter.java
authorserb
Fri, 05 Aug 2016 16:20:02 +0300
changeset 40426 8b413b0e064c
parent 40425 5f77c9f08911
child 40427 592a43ff92cd
8162970: Merge error in the DefaultRowSorter.java Reviewed-by: alexsch
jdk/src/java.desktop/share/classes/javax/swing/DefaultRowSorter.java
--- a/jdk/src/java.desktop/share/classes/javax/swing/DefaultRowSorter.java	Fri Aug 05 15:48:37 2016 +0530
+++ b/jdk/src/java.desktop/share/classes/javax/swing/DefaultRowSorter.java	Fri Aug 05 16:20:02 2016 +0300
@@ -81,11 +81,6 @@
  * sort order is unsorted (the same as the model), and columns are
  * sortable by default.
  * <p>
- * If the underlying model structure changes (the
- * <code>modelStructureChanged</code> method is invoked) the following
- * are reset to their default values: <code>Comparator</code>s by column,
- * current sort order and whether a column is sortable.
- * <p>
  * <code>DefaultRowSorter</code> is an abstract class.  Concrete
  * subclasses must provide access to the underlying data by invoking
  * {@code setModelWrapper}. The {@code setModelWrapper} method