nlu90 opened a new pull request #13729:
URL: https://github.com/apache/pulsar/pull/13729
### Motivation
Fix pulsar-common checkstyle issues
### Modifications
checkstyle fix
### Verifying this change
```
➜ sn-pulsar git:(neng/fix-pulsar-common-checkstyle) mvn checkstyle:check
-Dpulsar.basedir=. -pl pulsar-common
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO]
------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]
[INFO] ------------------< org.apache.pulsar:pulsar-common
>-------------------
[INFO] Building Pulsar Common 2.10.0-SNAPSHOT
[INFO] --------------------------------[ jar
]---------------------------------
[INFO]
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default-cli) @ pulsar-common
---
[INFO] You have 0 Checkstyle violations.
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2.100 s
[INFO] Finished at: 2022-01-12T15:05:21-08:00
[INFO]
------------------------------------------------------------------------
```
### Does this pull request potentially affect one of the following parts:
*If `yes` was chosen, please highlight the changes*
- Dependencies (does it add or upgrade a dependency): (yes / no)
- The public API: (yes / no)
- The schema: (yes / no / don't know)
- The default values of configurations: (yes / no)
- The wire protocol: (yes / no)
- The rest endpoints: (yes / no)
- The admin cli options: (yes / no)
- Anything that affects deployment: (yes / no / don't know)
### Documentation
Check the box below or label this PR directly (if you have committer
privilege).
Need to update docs?
- [ ] `doc-required`
(If you need help on updating docs, create a doc issue)
- [X] `no-need-doc`
Code style fix
- [ ] `doc`
(If this PR contains doc changes)
--
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]