Sena0777 opened a new issue, #6482: URL: https://github.com/apache/rocketmq/issues/6482
Problem Description: 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. Solution: Rename the variable "filepath" to "filePath". Thank you for your attention to this matter. -- 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]
