Skip to content

Commit

Permalink
[ISSUE #8044]Add Override annotation for AllocateMappedFileService#run (
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm committed Apr 23, 2024
1 parent c8fe0cb commit b37d283
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public void shutdown() {
}
}

@Override
public void run() {
log.info(this.getServiceName() + " service started");

Expand Down

0 comments on commit b37d283

Please sign in to comment.