Correct documentation of setFastEvalLabels

Change-Id: I32a6bbaad21f6c75eb5e8aef6fc650ddc395ddbf
This commit is contained in:
Shawn Pearce 2016-09-18 08:06:14 -07:00 committed by David Pursehouse
parent e96a752931
commit 149eba4043

View File

@ -121,8 +121,9 @@ public class SubmitRuleEvaluator {
}
/**
* @param fast if true, infer label information from rules rather than reading
* from project config.
* @param fast if true assume reviewers are permitted to use label values
* currently stored on the change. Fast mode bypasses some reviewer
* permission checks.
* @return this
*/
public SubmitRuleEvaluator setFastEvalLabels(boolean fast) {