| Index: pkg/analysis_server/tool/spec/codegen_dart_protocol.dart
|
| diff --git a/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart b/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart
|
| index a8bd4dc8079f26f4f8942e8dd5d7ea682fb00296..b77f4ef5ea1f7aca83b9e7ec117518959293e6a8 100644
|
| --- a/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart
|
| +++ b/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart
|
| @@ -71,7 +71,7 @@ class CodegenProtocolVisitor extends DartCodegenVisitor with CodeGenerator {
|
| * that are generated.
|
| */
|
| static const String disclaimer =
|
| - 'Clients are not expected to subtype this class.';
|
| + 'Clients may not extend, implement or mix-in this class.';
|
|
|
| /**
|
| * Visitor used to produce doc comments.
|
|
|