--- old/src/java.desktop/share/classes/javax/swing/table/DefaultTableModel.java 2015-04-01 22:34:27.972472463 -0700 +++ new/src/java.desktop/share/classes/javax/swing/table/DefaultTableModel.java 2015-04-01 22:34:27.784472459 -0700 @@ -314,15 +314,7 @@ /** * Obsolete as of Java 2 platform v1.3. Please use setRowCount instead. - */ - /* - * Sets the number of rows in the model. If the new size is greater - * than the current size, new rows are added to the end of the model - * If the new size is less than the current size, all - * rows at index rowCount and greater are discarded. - * * @param rowCount the new number of rows - * @see #setRowCount */ public void setNumRows(int rowCount) { int old = getRowCount();