| Index: pkg/analyzer_experimental/lib/src/generated/sdk.dart
|
| diff --git a/pkg/analyzer_experimental/lib/src/generated/sdk.dart b/pkg/analyzer_experimental/lib/src/generated/sdk.dart
|
| index e93c87ba980d36e96a8ea0ed8c5c02fb3649361a..364d40af09915ed9da32546ee3fc256a6dc0ece1 100644
|
| --- a/pkg/analyzer_experimental/lib/src/generated/sdk.dart
|
| +++ b/pkg/analyzer_experimental/lib/src/generated/sdk.dart
|
| @@ -332,9 +332,8 @@ abstract class DartSdk {
|
| * Return the source representing the library with the given `dart:` URI, or `null` if
|
| * the given URI does not denote a library in this SDK.
|
| *
|
| - * @param contentCache the content cache used to access the contents of the mapped source
|
| * @param dartUri the URI of the library to be returned
|
| * @return the source representing the specified library
|
| */
|
| - Source mapDartUri(ContentCache contentCache, String dartUri);
|
| + Source mapDartUri(String dartUri);
|
| }
|
|
|