File tree 2 files changed +4
-1
lines changed
src/main/java/build/buf/protovalidate/internal
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ public class EvaluatorBuilder {
61
61
*
62
62
* @param env The CEL environment for evaluation.
63
63
* @param disableLazy Determines whether lazy loading of evaluators is disabled.
64
+ * @param typeRegistry Type registry used for resolving unknown messages.
65
+ * @param extensionRegistry Extension registry used for resolving unknown extensions.
64
66
*/
65
67
public EvaluatorBuilder (
66
68
Env env ,
Original file line number Diff line number Diff line change @@ -71,7 +71,8 @@ public static Variable newRulesVariable(Object val) {
71
71
/**
72
72
* Creates a "rule" variable.
73
73
*
74
- * @param val the value.
74
+ * @param rules the value of the "rules" variable.
75
+ * @param val the value of the "rule" variable.
75
76
* @return {@link Variable}.
76
77
*/
77
78
public static Variable newRuleVariable (Object rules , Object val ) {
You can’t perform that action at this time.
0 commit comments