Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjwalls committed Jan 20, 2025
1 parent 0f06f75 commit a07f6bf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1004,8 +1004,6 @@ public Integer[] addNotificationListeners(ObjectName[] names,
throw (InstanceNotFoundException) e;
} else if (e instanceof RuntimeException) {
throw (RuntimeException) e;
} else if (e instanceof RuntimeException) {
throw (RuntimeException) e;
} else {
throw new IOException("Got unexpected server exception: " + e, e);
}
Expand Down

0 comments on commit a07f6bf

Please sign in to comment.