Skip to content

Commit

Permalink
Add missing @return to method javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
malessi committed Jan 23, 2025
1 parent 8b07074 commit 95b4aa8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,8 @@ private Timer createTotalTimerForManifest(DataSetManifest manifest) {
*
* @param datasetTimestamp the timestamp text of the dataset to time
* @param isSynthetic whether the dataset is synthetic
* @return the {@link LongTaskTimer} that will be used to actively record the time it is taking
* to processing the dataset
*/
private LongTaskTimer createActiveTimerForDataset(
String datasetTimestamp, boolean isSynthetic) {
Expand Down

0 comments on commit 95b4aa8

Please sign in to comment.