You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "Sena0777 (via GitHub)" <gi...@apache.org> on 2023/03/28 05:41:37 UTC

[GitHub] [rocketmq] Sena0777 commented on a diff in pull request #6483: [ISSUE #6482]style: Rename the variable "filepath" to "filePath" on line 55 of PosixFileSegment.java

Sena0777 commented on code in PR #6483:
URL: https://github.com/apache/rocketmq/pull/6483#discussion_r1150053141


##########
tieredstore/src/main/java/org/apache/rocketmq/tieredstore/provider/posix/PosixFileSegment.java:
##########
@@ -52,7 +52,7 @@ public class PosixFileSegment extends TieredFileSegment {
     private static final String OPERATION_POSIX_WRITE = "write";
 
     private final String basePath;
-    private final String filepath;
+    private final String filePath;

Review Comment:
   Thank you for providing a fresh perspective that I hadn't considered



-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org