Oliverwqcwrw commented on code in PR #5919:
URL: https://github.com/apache/rocketmq/pull/5919#discussion_r1089590921


##########
store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java:
##########
@@ -408,12 +407,12 @@ public void setDiskFallRecorded(final boolean 
diskFallRecorded) {
         this.diskFallRecorded = diskFallRecorded;
     }
 
-    public boolean isWarmMapedFileEnable() {
-        return warmMapedFileEnable;
+    public boolean isWarmMappedFileEnable() {
+        return warmMappedFileEnable;
     }
 
-    public void setWarmMapedFileEnable(boolean warmMapedFileEnable) {
-        this.warmMapedFileEnable = warmMapedFileEnable;
+    public void setWarmMappedFileEnable(boolean warmMapedFileEnable) {

Review Comment:
   ```suggestion
       public void setWarmMappedFileEnable(boolean warmMappedFileEnable) {
   ```



##########
store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java:
##########
@@ -408,12 +407,12 @@ public void setDiskFallRecorded(final boolean 
diskFallRecorded) {
         this.diskFallRecorded = diskFallRecorded;
     }
 
-    public boolean isWarmMapedFileEnable() {
-        return warmMapedFileEnable;
+    public boolean isWarmMappedFileEnable() {
+        return warmMappedFileEnable;
     }
 
-    public void setWarmMapedFileEnable(boolean warmMapedFileEnable) {
-        this.warmMapedFileEnable = warmMapedFileEnable;
+    public void setWarmMappedFileEnable(boolean warmMapedFileEnable) {
+        this.warmMappedFileEnable = warmMapedFileEnable;

Review Comment:
   ```suggestion
           this.warmMappedFileEnable = warmMappedFileEnable;
   ```



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