Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
maobaolong committed Dec 24, 2023
1 parent 33ed1f7 commit d428455
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,9 @@ private void updateStream() throws IOException {
mBlockInStream.seek(offset);
}

/**
* @return true if the status is outdated
*/
@VisibleForTesting
public boolean isStatusOutdated() {
return System.currentTimeMillis() > mStatusOutdatedTime;
Expand Down

0 comments on commit d428455

Please sign in to comment.