--- old/src/java.desktop/share/classes/javax/swing/text/DefaultCaret.java 2015-04-06 22:10:09.681237576 -0700 +++ new/src/java.desktop/share/classes/javax/swing/text/DefaultCaret.java 2015-04-06 22:10:09.529237572 -0700 @@ -825,10 +825,8 @@ *
ChangeListener[] cls = (ChangeListener[])(c.getListeners(ChangeListener.class));
* * 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