lizhimins opened a new issue, #11011:
URL: https://github.com/apache/rocketmq/issues/11011

   In `common/src/test/java/org/apache/rocketmq/common/ConfigManagerTest.java`, 
the ASF license header is not at the top of the file. Instead, it is squeezed 
onto the same line right after the `package` statement:
   
   ```java
   package org.apache.rocketmq.common;/*
    * Licensed to the Apache Software Foundation (ASF) under one or more
    ...
    */
   ```
   
   The license header should be placed at the very top of the file, before the 
`package` statement. This was introduced by b6ff649291 ("feat(all):new feature 
for static topic"), likely by an auto-formatter. It is a formatting-only issue 
but breaks the conventional header placement used across the codebase.


-- 
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]

Reply via email to