Skip to content

Commit 0f6b427

Browse files
authored
[ISSUE #9501] correcting mismatched comments (#9502)
* [ISSUE #9501] correcting mismatched comments * Update
1 parent 0a32a54 commit 0f6b427

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

store/src/main/java/org/apache/rocketmq/store/logfile/MappedFile.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,15 +220,15 @@ public interface MappedFile {
220220
/**
221221
* Destroys the file and delete it from the file system.
222222
*
223-
* @param intervalForcibly If {@code true} then this method will destroy the file forcibly and ignore the reference
223+
* @param intervalForcibly The time interval in milliseconds after which any remaining references will be forcibly released during destroy
224224
* @return true if success; false otherwise.
225225
*/
226226
boolean destroy(long intervalForcibly);
227227

228228
/**
229229
* Shutdowns the file and mark it unavailable.
230230
*
231-
* @param intervalForcibly If {@code true} then this method will shutdown the file forcibly and ignore the reference
231+
* @param intervalForcibly The time interval in milliseconds after which any remaining references will be forcibly released during shutdown
232232
*/
233233
void shutdown(long intervalForcibly);
234234

0 commit comments

Comments
 (0)