| Index: pkg/analyzer_plugin/lib/protocol/protocol.dart
|
| diff --git a/pkg/analyzer_plugin/lib/protocol/protocol.dart b/pkg/analyzer_plugin/lib/protocol/protocol.dart
|
| index c5403f5cca54ddc9b03d1012f09c6df2e7651b7b..a13917857577623cb73438b21c6259f391d397c7 100644
|
| --- a/pkg/analyzer_plugin/lib/protocol/protocol.dart
|
| +++ b/pkg/analyzer_plugin/lib/protocol/protocol.dart
|
| @@ -267,6 +267,8 @@ class Request {
|
| /**
|
| * A collection of utility methods that create instances of the generated class
|
| * [RequestError].
|
| + *
|
| + * Clients may not extend, implement or mix-in this class.
|
| */
|
| class RequestErrorFactory {
|
| // /**
|
|
|