jdk/src/java.naming/share/classes/com/sun/jndi/ldap/EventSupport.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 30655 d83f50188ca9
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   258                 + unsolicited);
   258                 + unsolicited);
   259         }
   259         }
   260         if (unsolicited == null || unsolicited.size() == 0) {
   260         if (unsolicited == null || unsolicited.size() == 0) {
   261             // This shouldn't really happen, but might in case
   261             // This shouldn't really happen, but might in case
   262             // there is a timing problem that removes a listener
   262             // there is a timing problem that removes a listener
   263             // before a fired event event reaches here.
   263             // before a fired event reaches here.
   264             return;
   264             return;
   265         }
   265         }
   266 
   266 
   267         if (obj instanceof UnsolicitedNotification) {
   267         if (obj instanceof UnsolicitedNotification) {
   268 
   268