| Index: pkg/analyzer/lib/src/generated/error.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/error.dart b/pkg/analyzer/lib/src/generated/error.dart
|
| index 0219d7ebbd5f3baa80bbe8554227a9437522c878..4b67db5b8425f37577c1b45addc2506cf5d2e356 100644
|
| --- a/pkg/analyzer/lib/src/generated/error.dart
|
| +++ b/pkg/analyzer/lib/src/generated/error.dart
|
| @@ -26,7 +26,7 @@ import 'package:source_span/source_span.dart';
|
| * The descriptor used to associate error processors with analysis contexts in
|
| * configuration data.
|
| */
|
| -final ListResultDescriptor<List<ErrorProcessor>> CONFIGURED_ERROR_PROCESSORS =
|
| +final ListResultDescriptor<ErrorProcessor> CONFIGURED_ERROR_PROCESSORS =
|
| new ListResultDescriptorImpl('configured.errors', const <ErrorProcessor>[]);
|
|
|
| /**
|
|
|