| Index: pkg/analyzer/lib/src/generated/source_io.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/source_io.dart b/pkg/analyzer/lib/src/generated/source_io.dart
|
| index 82e4e8696d2b2d9d11a80e5126876adc85e7d576..f8890780a9d227dcccd589b189e5dcf63ce5170c 100644
|
| --- a/pkg/analyzer/lib/src/generated/source_io.dart
|
| +++ b/pkg/analyzer/lib/src/generated/source_io.dart
|
| @@ -85,6 +85,7 @@ class DirectoryBasedSourceContainer implements SourceContainer {
|
| * Instances of the class [ExplicitSourceResolver] map URIs to files on disk
|
| * using a fixed mapping provided at construction time.
|
| */
|
| +@deprecated
|
| class ExplicitSourceResolver extends UriResolver {
|
| final Map<Uri, JavaFile> uriToFileMap;
|
| final Map<String, Uri> pathToUriMap;
|
|
|