mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
fixed an annoying error that didn't affect anything
This commit is contained in:
parent
8ccca32d25
commit
6636fb3b3a
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ public class EventListenerList extends javax.swing.event.EventListenerList {
|
|||
* @param listenerClass
|
||||
* @return
|
||||
*/
|
||||
public <T extends EventListener> Iterator<T> getIterator(Class<? extends T>... listenerClass) {
|
||||
public <T extends EventListener> Iterator<T> getIterator(Class<T>... listenerClass) {
|
||||
return getIterable(listenerClass).iterator();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue