Skip to content

Commit

Permalink
doc fix 2
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kec <[email protected]>
  • Loading branch information
danielkec committed Sep 22, 2020
1 parent 376f501 commit cb5eca9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public void onNext(final Object item) {
.build());
}
} catch (final Throwable e) {
// spec allows only NPE to be thrown from onNext
LOGGER.log(Level.SEVERE, LocalizationMessages.EVENT_SINK_NEXT_FAILED(), e);
cancelSubscription();
}
Expand Down

0 comments on commit cb5eca9

Please sign in to comment.