| Index: pkg/analyzer/lib/file_system/file_system.dart
|
| diff --git a/pkg/analyzer/lib/file_system/file_system.dart b/pkg/analyzer/lib/file_system/file_system.dart
|
| index ed18bcc07ce12405746eb1434a5e550f900fe9f7..6fb98850cffcabecbf0e15b1470eca9a7a072093 100644
|
| --- a/pkg/analyzer/lib/file_system/file_system.dart
|
| +++ b/pkg/analyzer/lib/file_system/file_system.dart
|
| @@ -178,10 +178,7 @@ class ResourceUriResolver extends UriResolver {
|
| Uri restoreAbsolute(Source source) => source.uri;
|
|
|
| /**
|
| - * Return `true` if the given URI is a `file` URI.
|
| - *
|
| - * @param uri the URI being tested
|
| - * @return `true` if the given URI is a `file` URI
|
| + * Return `true` if the given [uri] is a `file` URI.
|
| */
|
| static bool _isFileUri(Uri uri) => uri.scheme == _FILE_SCHEME;
|
| }
|
|
|