Sena0777 opened a new pull request, #6483: URL: https://github.com/apache/rocketmq/pull/6483
… file tieredstore/src/main/java/org/apache/rocketmq/tieredstore/provider/posix/PosixFileSegment.java **Make sure set the target branch to `develop`** ## What is the purpose of the change <!-- If this PR fixes a GitHub issue, please add `fixes #<XXX>` or `closes #<XXX>`. Please refer to the documentation for more information: https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue --> In the RocketMQ project, the variable name "filepath" on line 55 of the file tieredstore/src/main/java/org/apache/rocketmq/tieredstore/provider/posix/PosixFileSegment.java does not comply with the naming convention and should be renamed to "filePath" to conform with the Java coding standard. <!-- <xxx> replace with issue id --> ## Brief changelog  -- 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]
