Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add @Nullable in RetryContext to easier detect possible NPE #457

Merged

Commits on Jul 24, 2024

  1. Add @nullable in RetryContext to easier detect possible NPE

    Both getParent() and getLastThrowable() might return null, as mentioned
    in javadoc. @nullable helps an IDE warns developers about potential NPE.
    szpak committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b8e75f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67996be View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Review fixes

    szpak committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    acc3fd7 View commit details
    Browse the repository at this point in the history