Skip to content

Commit

Permalink
Format the check style
Browse files Browse the repository at this point in the history
  • Loading branch information
RongtongJin authored and lizhanhui committed Dec 29, 2022
1 parent adf5361 commit e3693a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion store/src/main/java/org/apache/rocketmq/store/CommitLog.java
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,8 @@ public void wakeUpCommit() {
commitRealTimeService.wakeup();
}

@Override public void shutdown() {
@Override
public void shutdown() {
if (defaultMessageStore.isTransientStorePoolEnable()) {
this.commitRealTimeService.shutdown();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ public int availableBufferNums() {
return Integer.MAX_VALUE;
}

public DefaultMessageStore getMessageStore() {
return messageStore;
}

public boolean isRealCommit() {
return isRealCommit;
}
Expand Down

0 comments on commit e3693a5

Please sign in to comment.