Skip to content

Commit

Permalink
IllegalArgumentException throws doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjwalls committed May 16, 2024
1 parent ef84485 commit 6c97b5e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -966,8 +966,7 @@ public void removeNotificationListener(ObjectName name,
*
* @throws IllegalArgumentException if <code>names</code> or
* <code>filters</code> is null, or if <code>names</code> contains
* a null element, or if the three arrays do not all have the same
* size.
* a null element, or if these two arrays do not have the same size.
* @throws ClassCastException if one of the elements of
* <code>filters</code> unmarshalls as a non-null object that is
* not a <code>NotificationFilter</code>.
Expand Down

0 comments on commit 6c97b5e

Please sign in to comment.