Skip to content

Commit 4bfb5cb

Browse files
l46kokcopybara-github
authored andcommitted
Internal Changes
PiperOrigin-RevId: 789216207
1 parent 8a1ad06 commit 4bfb5cb

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

  • checker/src/main/java/dev/cel/checker

checker/src/main/java/dev/cel/checker/Env.java

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,7 @@
6666
@Internal
6767
public 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
*/

0 commit comments

Comments
 (0)