--- old/src/java.naming/share/classes/javax/naming/ldap/UnsolicitedNotificationEvent.java 2015-08-04 13:15:03.996901049 +0300 +++ new/src/java.naming/share/classes/javax/naming/ldap/UnsolicitedNotificationEvent.java 2015-08-04 13:15:03.580901040 +0300 @@ -49,7 +49,7 @@ private UnsolicitedNotification notice; /** - * Constructs a new instance of UnsolicitedNotificationEvent. + * Constructs a new instance of {@code UnsolicitedNotificationEvent}. * * @param src The non-null source that fired the event. * @param notice The non-null unsolicited notification. @@ -71,10 +71,10 @@ } /** - * Invokes the notificationReceived() method on + * Invokes the {@code notificationReceived()} method on * a listener using this event. * @param listener The non-null listener on which to invoke - * notificationReceived. + * {@code notificationReceived}. */ public void dispatch(UnsolicitedNotificationListener listener) { listener.notificationReceived(this);