diff --git a/checker/src/main/java/dev/cel/checker/Env.java b/checker/src/main/java/dev/cel/checker/Env.java index a513c9e5c..d5692d48c 100644 --- a/checker/src/main/java/dev/cel/checker/Env.java +++ b/checker/src/main/java/dev/cel/checker/Env.java @@ -66,11 +66,7 @@ @Internal public class Env { - /** - * The top-most scope in the environment, for use with {@link #getDeclGroup(int)}. - * - *
Note: Used by legacy type-checker users (mirrored sources) * - */ + /** The top-most scope in the environment, for use with {@link #getDeclGroup(int)}. */ public static final int ROOT_SCOPE = 0; /** An ident declaration to represent an error. */ @@ -399,7 +395,7 @@ public Env add(String name, Type type) { } /** - * Note: Used by legacy type-checker users (mirrored sources) + * Note: Used by legacy type-checker users * * @deprecated Use {@link #tryLookupCelFunction} instead. */ @@ -530,7 +526,7 @@ public CelFunctionDecl lookupFunction( } /** - * Note: Used by legacy type-checker users (mirrored sources) + * Note: Used by legacy type-checker users * * @deprecated Use {@link #reportError(long, int, String, Object...) instead.} */