8272780: ServerNotifForwarder.removeNotificationListener() incorrect exception handling

Reviewed-by: dholmes
This commit is contained in:
Kevin Walls 2024-11-08 09:04:24 +00:00
parent a10b1ccd37
commit bf5c3ce280

View File

@ -169,7 +169,7 @@ public class ServerNotifForwarder {
} catch (Exception e) {
// Give back the first exception
//
if (re != null) {
if (re == null) {
re = e;
}
}