Skip to content

Commit 3d837f5

Browse files
committed
updated docstring
1 parent 2d7800d commit 3d837f5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dwds/lib/src/loaders/strategy.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ abstract class LoadStrategy {
8686

8787
/// Returns the absolute file path of the `package_config.json` file in the `.dart_tool`
8888
/// directory, searching recursively from the current directory hierarchy.
89-
/// If `_packageConfigPath` is already set, it returns the cached value immediately.
9089
static String? _findPackageConfigFilePath() {
9190
var candidateDir = Directory(DartUri.currentDirectory).absolute;
9291

webdev/lib/src/serve/utils.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ Future<void> _removeDeleted(String from, String to) async {
8585

8686
/// Returns the absolute file path of the `package_config.json` file in the `.dart_tool`
8787
/// directory, searching recursively from the current directory hierarchy.
88-
/// If `_packageConfigPath` is already set, it returns the cached value immediately.
8988
String? findPackageConfigFilePath() {
9089
var candidateDir = Directory(p.current).absolute;
9190
while (true) {

0 commit comments

Comments
 (0)