YutaLin opened a new pull request, #9688: URL: https://github.com/apache/ozone/pull/9688
## What changes were proposed in this pull request? In master branch, WithObjectID#Builder is refactored to have validate(), buildObject() and build(), and build() is final. After merge with master branch, OmLifecycleConfiguration#Builder, buildObject() and buildAndValid() look not consistent with WithObjectID#Builder style. Let's refactor the OmLifecycleConfiguration#Builder so that build() can be called to replace current buildObject() and buildAndValid(). ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14377 ## How was this patch tested? workflow run: https://github.com/YutaLin/ozone/actions/runs/21461412215 -- 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]
