Skip to content

Commit

Permalink
[ML] Add missing param description in GetOverallBucketsRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitris-athanasiou committed Sep 4, 2018
1 parent 5142703 commit 685dc33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public void setOverallScore(double overallScore) {

/**
* See {@link GetJobRequest#isAllowNoJobs()}
* @param allowNoJobs
* @param allowNoJobs value of "allow_no_jobs".
*/
public void setAllowNoJobs(boolean allowNoJobs) {
this.allowNoJobs = allowNoJobs;
Expand Down

0 comments on commit 685dc33

Please sign in to comment.