summaryrefslogtreecommitdiff
path: root/javax/management/NotificationBroadcaster.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/management/NotificationBroadcaster.java')
-rw-r--r--javax/management/NotificationBroadcaster.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/javax/management/NotificationBroadcaster.java b/javax/management/NotificationBroadcaster.java
index 91b5f636a..139d842bb 100644
--- a/javax/management/NotificationBroadcaster.java
+++ b/javax/management/NotificationBroadcaster.java
@@ -105,7 +105,7 @@ public interface NotificationBroadcaster
* @see #addNotificationListener(NotificationListener, NotificationFilter,
* java.lang.Object)
*/
- void removeListener(NotificationListener listener)
+ void removeNotificationListener(NotificationListener listener)
throws ListenerNotFoundException;
}