BewareMyPower opened a new pull request #8819: URL: https://github.com/apache/pulsar/pull/8819
### Motivation [#8784](https://github.com/apache/pulsar/pull/8784) introduced spotsbug plugin for pulsar-package-management module and its submodules. However, [#8744](https://github.com/apache/pulsar/pull/8744) cannot pass the spotsbug check but all CI passed because it's an earlier PR that didn't include the spotsbug commit. Therefore, all PRs that rebased to the latest commit fail with all the CI checks. This PR is to fix it. ### Modifications Remove the private `DLOutputStream#writeAsync` method that is never used. ### Verifying this change - [ ] Make sure that the change passes the CI checks. *(Please pick either of the following options)* This change is a trivial rework / code cleanup without any test coverage. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
