Skip to content

Commit

Permalink
[hotfix] [fs] Add clock as an argument in Javadocs
Browse files Browse the repository at this point in the history
The clock parameter is missing in the docstring.

This closes apache#7484.
  • Loading branch information
Fokko authored and tzulitai committed Jan 15, 2019
1 parent baea9a3 commit e7b02b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public interface Bucketer<T> extends Serializable {
/**
* Returns the {@link Path} of a bucket file.
*
* @param clock The current system time in milliseconds.
* @param basePath The base path containing all the buckets.
* @param element The current element being processed.
*
Expand Down

0 comments on commit e7b02b4

Please sign in to comment.