Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add @nullable in RetryContext to easier detect possible NPE
* 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. * Rephrase Javadoc for RetryContext.getLastThrowable() * Review fixes
- Loading branch information