--- old/src/java.desktop/share/classes/javax/swing/table/AbstractTableModel.java 2015-04-01 22:34:26.396472427 -0700 +++ new/src/java.desktop/share/classes/javax/swing/table/AbstractTableModel.java 2015-04-01 22:34:26.168472421 -0700 @@ -320,9 +320,8 @@ * * If no such listeners exist, this method returns an empty array. * - * @param listenerType the type of listeners requested; this parameter - * should specify an interface that descends from - * java.util.EventListener + * @param the listener type + * @param listenerType the type of listeners requested * @return an array of all objects registered as * FooListeners on this component, * or an empty array if no such