8162970: Merge error in the DefaultRowSorter.java

Reviewed-by: alexsch
This commit is contained in:
Sergey Bylokhov 2016-08-05 16:20:02 +03:00
parent 7c82dd1d04
commit fdfda0df82

View File

@ -81,11 +81,6 @@ import java.util.List;
* 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