src/java.base/share/classes/java/util/TooManyListenersException.java
changeset 58288 48e480e56aad
parent 57956 e0b8b019d2f5
child 58679 9c3209ff7550
equal deleted inserted replaced
58287:a7f16447085e 58288:48e480e56aad
    25 
    25 
    26 package java.util;
    26 package java.util;
    27 
    27 
    28 /**
    28 /**
    29  * <p>
    29  * <p>
    30  * The <code> TooManyListenersException </code> Exception is used as part of
    30  * The {@code  TooManyListenersException } Exception is used as part of
    31  * the Java Event model to annotate and implement a unicast special case of
    31  * the Java Event model to annotate and implement a unicast special case of
    32  * a multicast Event Source.
    32  * a multicast Event Source.
    33  * </p>
    33  * </p>
    34  * <p>
    34  * <p>
    35  * The presence of a "throws TooManyListenersException" clause on any given
    35  * The presence of a "throws TooManyListenersException" clause on any given