File tree Expand file tree Collapse file tree
checker/src/main/java/dev/cel/checker Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666@ Internal
6767public class Env {
6868
69- /**
70- * The top-most scope in the environment, for use with {@link #getDeclGroup(int)}.
71- *
72- * <p>Note: Used by legacy type-checker users (mirrored sources) *
73- */
69+ /** The top-most scope in the environment, for use with {@link #getDeclGroup(int)}. */
7470 public static final int ROOT_SCOPE = 0 ;
7571
7672 /** An ident declaration to represent an error. */
@@ -399,7 +395,7 @@ public Env add(String name, Type type) {
399395 }
400396
401397 /**
402- * Note: Used by legacy type-checker users (mirrored sources)
398+ * Note: Used by legacy type-checker users
403399 *
404400 * @deprecated Use {@link #tryLookupCelFunction} instead.
405401 */
@@ -530,7 +526,7 @@ public CelFunctionDecl lookupFunction(
530526 }
531527
532528 /**
533- * Note: Used by legacy type-checker users (mirrored sources)
529+ * Note: Used by legacy type-checker users
534530 *
535531 * @deprecated Use {@link #reportError(long, int, String, Object...) instead.}
536532 */
You can’t perform that action at this time.
0 commit comments