| Index: pkg/analysis_server/lib/src/generated_protocol.dart
|
| diff --git a/pkg/analysis_server/lib/src/generated_protocol.dart b/pkg/analysis_server/lib/src/generated_protocol.dart
|
| index 5ecfe20d3c9ed6bf4a9d15391b9b675950f45994..f36b5de35de1a1404e8e9de0ac7b05906993e9d6 100644
|
| --- a/pkg/analysis_server/lib/src/generated_protocol.dart
|
| +++ b/pkg/analysis_server/lib/src/generated_protocol.dart
|
| @@ -12712,8 +12712,8 @@ class RequestErrorCode implements Enum {
|
| static const GET_ERRORS_INVALID_FILE = const RequestErrorCode._("GET_ERRORS_INVALID_FILE");
|
|
|
| /**
|
| - * An "analysis.getErrors" request specified a FilePath which does not match
|
| - * a file currently subject to analysis.
|
| + * An "analysis.getNavigation" request specified a FilePath which does not
|
| + * match a file currently subject to analysis.
|
| */
|
| static const GET_NAVIGATION_INVALID_FILE = const RequestErrorCode._("GET_NAVIGATION_INVALID_FILE");
|
|
|
|
|