Skip to content

Commit

Permalink
change the javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Zihan Li committed Oct 28, 2023
1 parent 0821b9f commit 63f35c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ private double calculateCompleteness(String datasetName, long beginInMillis, lon
* @param beginInMillis Unix timestamp in milliseconds
* @param endInMillis Unix timestamp in milliseconds
*
* @return The highest percentage value
* @return The lowest percentage value
*/
private double calculateClassicCompleteness(String datasetName, long beginInMillis, long endInMillis,
Map<String, Long> countsByTier) throws IOException {
Expand Down

0 comments on commit 63f35c4

Please sign in to comment.