lizhimins opened a new pull request, #11012:
URL: https://github.com/apache/rocketmq/pull/11012
### Which Issue(s) This PR Fixes
- Fixes #11011
### Brief Description
In `common/src/test/java/org/apache/rocketmq/common/ConfigManagerTest.java`,
the ASF license header was squeezed onto the same line right after the
`package` statement, instead of sitting at the top of the file. This was
introduced by b6ff649291 ("feat(all):new feature for static topic"), likely by
an auto-formatter.
This PR moves the license comment back to the top of the file, before the
`package` declaration, matching the canonical header placement used across the
codebase. The resulting header is byte-identical to the standard ASF header
already used by the other ~2000 files in the repository.
### How Did You Test This Change?
Formatting-only change with no behavioral impact. Verified the relocated
header block is byte-identical to the canonical ASF header used by the rest of
the codebase (the change only moves the comment above the `package` line and
adds a newline), and that the file structure (package -> blank line -> imports)
is preserved.
--
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]