0lai0 opened a new pull request, #9452: URL: https://github.com/apache/ozone/pull/9452
## What changes were proposed in this pull request? Replace Preconditions.checkNotNull with Objects.requireNonNull in hdds-client and -common. Add message where missing, e.g.: Objects.requireNonNull(var, "var == null") and remove import of Preconditions if it becomes unused. ## What is the link to the Apache JIRA [HDDS-14087](https://issues.apache.org/jira/browse/HDDS-14087) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
