From 2496b0e5df52430ab4d2f58e5682283c3c68888b Mon Sep 17 00:00:00 2001 From: Hossein Yousefi Date: Mon, 28 Aug 2023 20:28:30 +0200 Subject: [PATCH] Update comment const_finder.dart --- tools/const_finder/lib/const_finder.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/const_finder/lib/const_finder.dart b/tools/const_finder/lib/const_finder.dart index 354c8ac9ea1ca..84f9c809b2f1e 100644 --- a/tools/const_finder/lib/const_finder.dart +++ b/tools/const_finder/lib/const_finder.dart @@ -174,8 +174,7 @@ class _ConstVisitor extends RecursiveVisitor { /// A kernel AST visitor that finds const references. class ConstFinder { - /// Creates a new ConstFinder class. All arguments are required and must not - /// be null. + /// Creates a new ConstFinder class. /// /// The `kernelFilePath` is the path to a dill (kernel) file to process. ConstFinder({