Skip to content

Commit

Permalink
Fix javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jchadwick-buf committed Sep 6, 2024
1 parent 0348196 commit 55b6de6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ public class EvaluatorBuilder {
*
* @param env The CEL environment for evaluation.
* @param disableLazy Determines whether lazy loading of evaluators is disabled.
* @param typeRegistry Type registry used for resolving unknown messages.
* @param extensionRegistry Extension registry used for resolving unknown extensions.
*/
public EvaluatorBuilder(
Env env,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ public static Variable newRulesVariable(Object val) {
/**
* Creates a "rule" variable.
*
* @param val the value.
* @param rules the value of the "rules" variable.
* @param val the value of the "rule" variable.
* @return {@link Variable}.
*/
public static Variable newRuleVariable(Object rules, Object val) {
Expand Down

0 comments on commit 55b6de6

Please sign in to comment.