--- old/src/java.desktop/share/classes/java/awt/AWTEventMulticaster.java 2015-03-27 10:04:02.689121176 -0700 +++ new/src/java.desktop/share/classes/java/awt/AWTEventMulticaster.java 2015-03-27 10:04:02.537045172 -0700 @@ -1088,6 +1088,7 @@ * contains only the specified listener. If no such listeners are chained, * this method returns an empty array. * + * @param the listener type * @param l the specified java.util.EventListener * @param listenerType the type of listeners requested; this parameter * should specify an interface that descends from